David Cameron wrote:
Problems:

Opera / Firefox menu bar sits higher that drop-down menu, making navigation impossible.
here's your problem:
.menu ul li
{
float:left;
position:relative;
list-style-type: none;
padding-left:0px;
font-size: 93%;
display:inline;
margin:0;
padding:0;
font-size: 100%;
/*line-height: 1em*/;

the line-height was killing you. take it out and you can navigate.
dwain


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to