On 8/30/05, Mike Davies <[EMAIL PROTECTED]> wrote:
> There is a space above the horizontal navigation menu. The colours will
> be changed before going live but have been left to show the problem.

Adding:
#navlist {
margin: 0;
padding: 0;
list-style-type: none;
}
Should fix the problem...  you forgot to remove margins on the ul.  
Another problem, though, is that different default font sizes on
windows IE/Opera force the horizontal menu onto two lines (on my
computer, at least).  This can be fixed by adding an absolute font
size in html,body: font-size: 16px; worked well for me.

Ricky
______________________________________________________________________
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