----- Original Message ----- 
From: "Theresa Mesa" <trixiesirishe...@gmail.com>
Subject: [css-d] I had it, I lost it,I can't think! Help? PVII drop-down 
menu

>
>  I need to spread them out more without breaking
> Firefox, and have that black edge go away on the first and last links.

Theresa,

The problem, as I read it, exists in IE8 + FF under WinXP SP3.

Try starting out here,

div#navMar {
 width: 421px; ----- remove this width declaration
 max-width: 421px;
}

/*
TOP LEVEL MENU
*/
.p7PMMh04 ul {
 margin: 0 !important;  ----- add important declaration
 padding: 0;
}

I think you want the width of the navMar division to collapse onto the 
auto-sized li elements. The auto-size will make them only as wide as 
necessary, the total of which maybe less than 421px. I could not find what 
was overiding the margin: 0; on the ul. Someone with a more experienced eye 
may find it right off.

Best Regards,

Peter
www.fatpawdesign.com
etc ad nauseum 

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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