[EMAIL PROTECTED] wrote:
ANyone know why only on FF the background image I have going down the sides of this layout stop befor the footer section?
(http://www.infinite-ammo.com/layout2.htm)
Not sure I understand the "FF only" part, since the blue image on the sides don't go all the way down in any of my browsers. OTOH: *Recent Updates" don't get the background-image in FF and Opera, while it does in IE/win. In any case, clearing at the bottom of the element the background-image is set on, will make a background-image expand all the way, as long as it is defined to do so (repeat = default). You can find "easyclearing" here: <http://www.positioniseverything.net/> which may work for you. "Autoexpansion" is another method, which make standard-compliant browsers mimic IE/win's "HasLayout" -- without the negative effects. Autoexpansion by declaring 'overflow: auto;' may work in some layouts, and 'display: table;' may work in others. I use 'float: left; width: 100%;' or something similar in many cases, since floats also autoexpand to contain everything inside. --- If I somehow misunderstood your case, then you may expand on the problem so I don't have to mess around to find it. regards Georg -- 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/