Ryan Morris wrote:
> ... I have this menu/submenu
> http://menutest.mnos.org/test.php
> (don't mind the page having no relative content - I cut out the excess for 
> the purpose of this email)

How uncommon on this list, thanks.

> This works fine in IE & Firefox - however, it's working ok in IE because it 
> has a position hack applied to it in the css (hp_nav.css)
> 
> #ul-nav{
> *margin-top:-40px;
> }
> 
> If i remove this, see example
> http://menutest.mnos.org/test_nogoodinie.php
> 
> Is there any way to position this Menu (#ul-nav) correctly without relying 
> on an invalidating position hack?


For IE, this should work, too:

#ul-nav {
        margin: 0;
        padding: 0;
        /* width:100%; */
        position:relative;
        zoom:1;
        }


Ingo


-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
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