[css-d] Background image not repeating!!

2006-09-12 Thread Administration
Hi all,

I am new to css and the list  ...
I would really appreciate some help with the following problem:

Main page - Background image not repeating!!

* IE  - Pages seem to render ok
* FF - No background image ... images/pagebg4.jpg repeat-y ... not
  happening!!
* Opera - No background image ... images/pagebg4.jpg repeat-y ...
  not happening!!

I initially created the site and tested it in IE where my   
images/pagebg4.jpg   background repeats ok

http://www.kenomultimedia.com.au/
http://www.kenomultimedia.com.au/keno.css

Thanks in advance,
Keno
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Background image not repeating!!

2006-09-12 Thread Ingo Chao
Administration wrote:
 ... Main page - Background image not repeating!!
...
 http://www.kenomultimedia.com.au/
 http://www.kenomultimedia.com.au/keno.css

Welcome, Keno.

FF and Opera are right, #page does not contain the floating columns #c1, 
#c2, #c3, therefore, it is not expanded by them and gets no height.

See the wiki page and read the containing floats article.
http://css-discuss.incutio.com/?page=ClearingSpace


 I initially created the site and tested it in IE where my   
 images/pagebg4.jpg   background repeats ok

Understanding CSS-concepts like floating is easier if you start creating 
your site in FF or Opera.

Ingo

-- 
http://www.satzansatz.de/css.html
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Background Image Not Repeating- Sometimes

2005-12-19 Thread George S. Williams
On Sun, 2005-12-18 at 23:17, Gunlaug Sørtun wrote:
 George S. Williams wrote:
  http://65.247.192.64/lookingglass/index.html
 
  I'd appreciate it if anyone could offer a clue as to what the cause 
  of the problem is.
 
 Lack of 'Layout'[1] in IE/win. An IE bug :-)
 
 Put this last in your stylesheet...
 
 @media screen {
 * html #content {height: 0;}
 }
 
 ...and it'll come out just fine.

And, it came out just fine.
 
 regards
   Georg
 
 [1]http://www.satzansatz.de/cssd/onhavinglayout.html

I actually came across this article while I was looking, but, like the
article says- Sometimes it's impossible to give an interpretation to
some behaviour This probably could have solved a couple of problems in
the past.

Thanks,
George
-- 
 Sterling Web Services
   http://www.websterling.com
   The Web Done Right

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Background Image Not Repeating- Sometimes

2005-12-18 Thread George S. Williams
I thought I was ready to call the client- until I had one last look in
IE6.

The page in question-
http://65.247.192.64/lookingglass/index.html
With style sheet-
http://65.247.192.64/lookingglass/images/style.css

The page validates and the css has no errors (just a few warnings about
colors)

The problem is that on the index page, the background displays but
doesn't repeat in IE6. On the other pages the background repeats the
entire length of the page. The problem seems related to the image that
is right floated. If I float it left, the background repeats. If I don't
float the image, or remove it, the background repeats. Two of the other
pages have images that are floated, but no problem with the background.

I've tried all of the usual tricks and spent a couple of hours with
Google and the Wiki's and haven't found an answer.

I'd appreciate it if anyone could offer a clue as to what the cause of
the problem is.

Thanks,
George


-- 
 Sterling Web Services
   http://www.websterling.com
   The Web Done Right

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Background Image Not Repeating- Sometimes

2005-12-18 Thread Gunlaug Sørtun
George S. Williams wrote:
 http://65.247.192.64/lookingglass/index.html

 I'd appreciate it if anyone could offer a clue as to what the cause 
 of the problem is.

Lack of 'Layout'[1] in IE/win. An IE bug :-)

Put this last in your stylesheet...

@media screen {
* html #content {height: 0;}
}

...and it'll come out just fine.

regards
Georg

[1]http://www.satzansatz.de/cssd/onhavinglayout.html
-- 
http://www.gunlaug.no
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/