John Goodwyn wrote:
http://ver5.elliswyatt.com/billue/default.aspx?id=2. In IE, it looks
and functions exactly as it should but in Mozilla the left nav background image doesn't continue to flow with the content and the wrapping content shifts to the left instead of continuing as one column down the page. Can someone point me in the right direction on
 this?

IE/win is given "HasLayout", so it display the page as you want. You may
add the closest thing standard-compliant browsers have to Internet
Explorer's "HasLayout" property - like so:

.content {display: table;}

...that'll make it work just fine in Mozilla/Firefox, Opera and Safari
too :-)

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/

Reply via email to