Please don't mess up the threading on css-d by replying to and changing
the subject on an existing thread. Start a new thread instead.

Ben Logan wrote:
> I am having some problems with IE 5.0
> 
> When I hover over a link in any of the main container areas it forces
> the entire box down a few hundred pixels?
> 
> Is there any suggestions here as to what I might be doing wrong?

Might be the 'infamous jumping page in IE5.0'. A genuine IE5.0-bug.
Can't check since I don't have IE5.0 up at the moment. Someone else
might have something to say about it.

> http://www.spotlessdesign.com/clients/businesssolve/code/

> It works fine in IE 6.0, IE 5.5 and Firefox.

Not really, since the layout is relying on another IE-bug known as
'container-expansion'. Thus it fails in Firefox and all other
standard-compliant browsers if visitors don't feel comfortable with your
font-sizes and decide to change them to something a little bit larger.
Failed in all my non-MS browsers on first load.

If you want it to work in non-MS browsers, then a few small additions...

#wrapper, #homecolwrapper, #footerlinks {display: table;}

...will do the "trick"[1].

regards
        Georg

[1]http://www.w3.org/TR/CSS21/tables.html
-- 
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