Francesco, On Dec 23, 2005, at 5:16 PM, Francesco wrote:
> Could someone tell me why Opera 8.5 on Mac displays > this page as I intended, but Opera 7.5, Mozilla, and IE 5 on the same > Mac does > not? > The page is here: > http://blackcoil.com/Services.aspx It is not browser dependent. Take any of the browsers mentioned and make the window narrower than 770px. It is a standard 'float drop' and can be fixed for good browsers by adding 'min-width: 770px;' to the body selector. If you don't need a fluid layout you can change that to 'width: 770px;' instead. hth Roger, Roger Roelofs "Remember, if you’re headed in the wrong direction, God allows U-turns!" ~Allison Gappa Bottke ______________________________________________________________________ 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/
