Thanks Bill,

I added zero margins as per your suggestion but no luck. I added following
in qs_main.css

#mainnav ul,#mainnav li{list-style:none;margin:0;padding:0;}

Wasn't the margin for mainnav ul already defined as zero as in following
segment:

#mainnav ul {
 margin: 0;
 padding: 0;
 list-style: none;
 width: 100%; /* Width of Menu Items */
 padding-top:0px;
 height:25px;

 }

Regards,
Sohail Aboobaker.

On Tue, Jul 1, 2008 at 3:27 PM, Bill Brown <[EMAIL PROTECTED]> wrote:

>  Sohail Aboobaker wrote:
> > Hi,
> > The CSS drop down menu shifts to the right in IE7 and shows up correctly
> in
> > IE6 and firefox.
> > Is there a known fix for this issue?
> > The menu can be found here.
> > http://www.newwavecell.com/24jun08/
> > Thanks for your help.
> > Regards,
> > Sohail Aboobaker.
>
> Hi Sohail,
>
> From what I can tell looking at your site, you don't need a fix, per se.
> You haven't eliminated the margins for your LI elements so they are
> performing in the way they are expected to.
>
> Try adding:
> #mainnav ul,#mainnav li{list-style:none;margin:0;padding:0;}
> at the top of your style sheet to see if that gives you the results
> you're looking for.
>
> Sometimes, the use of a global reset style sheet can save you from this
> kind of thing.
>
> Incidentally, you have a lot of "0px" in your style sheets. You can
> shorten that to just the zero. 0px = 0% = 0em = 0pt = 0. Zero is zero,
> no matter what unit of measurement you're using.
>
> Hope it helps.
> Bill
>
>
> --
> /**
>  * Bill Brown
>  * TheHolierGrail.com & MacNimble.com
>  * From dot concept...to dot com...since 1999.
>  ***********************************************/
>
______________________________________________________________________
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