Ryan Morris wrote:

> In firefox it works peachy keen -- however in IE is seems to position
>  the sub-menus to the right, the entire width of the primary menu 
> above it.

> http://menutest.mnos.org/menu_online_test.php

Quick fix - add:

#ul-nav {
zoom: 1;
}

...since IE needs 'Layout'[1] for that 'position: relative' to work as
a proper anchor for absolute positioning.

(don't blame me for the non-valid solution... ;-) )

regards
        Georg

[1]http://www.satzansatz.de/cssd/onhavinglayout.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