jason lee wrote:

>Greetings,
>
>I've been toying with CSS and set up a blog for my family to review. The
>address is www.jassanius.com.
>
>Problem is the background of the main text area doesn't display in Firefox
>1.0.4. It displays fine in IE 6 and the latest Opera incarnation, as well as
>in the latest Firefox version,  but I cannot for the life of me figure out
>why Firefox 1.0.4 will not display my background image. This has been a
>problem for a few users using this legacy version of Firefox. Was there some
>bit of support missing in Firefox 1.0.4 for CSS or a certain bug?
>
>It seems the background propery for this particular div (content-bg) in my
>page does not display at all. I've tried changing the image, setting a
>background color, etc... I get nothing to work on the backgound for the
>content-bg div.
>
>I have two other divs in my page that use background images that DO display.
>The only difference I can see is that these two other divs do not repeat the
>background and they have height attributes set for the divs.
>
>What am I missing? Is there a way to solve this. Thanks in advance.
>
>Jason
>
Hi Jason,
You are missing a height in the clearing div before the end </div> of 
the #content-bg. Then FF thinks (and Netscape, and I assume all Gecko 
based browsers) it can be omitted. So:

   .clearing { clear: both; height: 1px; }

See testpage here 
<http://home.tiscali.nl/developerscorner/css-discuss/test-jassanius.htm>.
And to compensate for the extra 1px in the lenght of the page, you can 
add also: margin-bottom: -1px. ;-)

Greetings,
francky

btw:
You are aware of the loading time of the page? With fast dsl it took me 
about 20 sec. of petience. And with a dialing modem ... unknown, a speed 
rapport cannot be made.
See Web Page Speed Report of Websiteoptimization 
<http://www.websiteoptimization.com/services/analyze/wso.php?url=http://home.tiscali.nl/developerscorner/css-discuss/terst-jassanius.htm>:
"The size of this web page (1,008,094 bytes) has exceeded the maximum 
size of 1,000,000 bytes."

More as 1MB! Page itself is 56kB (rather big too), but the images are 
the real culprits. I hope you have planned to split up the page and/or 
to make thumbnails of the photographs. :-)


______________________________________________________________________
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/

Reply via email to