Right. Decided to solve it all a better way (I think).
I've installed IE7, Firefox and Opera and will redesign to meet their
requirements. IE versions prior to 7 get second place now.
Thanks though. I changed things as you said, but I saw how it reacted with
Opera and decided it needed severe attention. Back to the drawing board.
Dave Cameron.
From: [EMAIL PROTECTED]
Reply-To: [email protected]
To: [email protected]
Subject: Re: [WSG] Getting the layout to work and with all browsers
Date: Tue, 10 Oct 2006 09:16:04 -0500
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]
*******************************************************************
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************