Sohail Aboobaker wrote:
> 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.

Oops! You are correct, Sohail. I missed that in my initial scan of your
style sheets.

In my tests, this style snippet yielded better results:
#mainnav ul li ul {left:0;}

That should fix IE7.

Sorry for the mixup.
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