> Here's my second problem of the day: the floated main navigation links are
> dropping down incrementally in IE 6, and are doing the same in IE 7, but
> also hiding all but the top link in IE 7 behind an image in the div below.


Hi Janie,

Try changing the <LI> elements of your navigation to inline as in:

#main_nav UL {
        FLOAT: right; MARGIN-RIGHT: 20px;
        LIST-STYLE: none
}
#main_nav UL LI {
        DISPLAY: inline
}

Regards,
Kepler Gelotte
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to