Lorin Rivers wrote:
> I'm having a weird problem with an image based menu where in IE6, the
>  height of the reveal changes on mouse-over so you see the top of the
>  next row of images. It works as expected in other browsers...

> <http://mosasaur.dyndns.org:8080/austin_apartment.html>

IE6 doesn't respect dimensions, so it expands the elements to make
whatever is inside them fit. It doesn't happen on :hover, but your
background-arrangement makes it invisible until you hover over the links.

The addition of...

#menu {overflow: hidden;}

...will make that bugger more cooperative.


Advice:
Test that page with font-resizing across browser-land, and try to
prevent the resulting overlapping by changing your positioning-methods
so the layout can grow in size when needed.

regards
        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