Ian Piper wrote:
> [...] Basically one of my main container divs has slipped down and 
> upset the whole page. But only in IE (Windows).

> http://www.tellura.co.uk/blueboar/oval_image_test.htm

IE/win doesn't respect the dimensions you give it on elements, and
something (which I didn't really look for) is pushing the #mainContent
wider than it should be. So, it's running out of space in IE.

One possible solution; add...

#mainContent {overflow-x: hidden;}

...and the container won't expand anymore. Tested cross-browser for that
page - no problems.

        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
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