> Give a debug border to #navlist and set
> #navlist a:hover span { ... left: 0;}
#navlist {
        /*display: inline;*/
        border: 1px solid black;
        position: relative;
        margin: 0;
        padding: 0;
        white-space: nowrap;
        
}

#navlist a:hover span {...left 0;}

Even though #navlist stretches to fit #wrapper, as it should. IE lines
looks perfect. As in the pop out spans line up perfectly. They are not
anchoring itselft to the left top edge of #navlist. But in Opera, NN
and FF it behaves corrrectly and lines up with the left top edge of
#navlist.
When i set a width for #navlist to make it wrap around the li's every
FF and NN line up the same way. Opera lines up a couple pixels
differnt and IE lines up the worst. It also caused the list to not be
centered in all browsers excpect IE.

> to see how the Browsers differ. hmm. maybe add
> #navlist{... display: inline;} ?

this has proved to work the best..almost. IE, NN, and FF seem to line
up pretty nice but in Opera the pop out spans seem to line up as if
#navlist was still block lvl but its cleary not as u can see by the
border.

this is how i have it set up now so u can see for yourselft: 
http://shawna.iprx.com/horizon.htm
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to