On 29/02/2012 2:47 p.m., Lisa Frost wrote:
Rory's suggestion should work. You could drop all the<strong></strong>  tags
as well and put those in your style sheet.

#topmenu li a { text-weight: bold; �}

Thats more than what your asking for, just my suggestion.


Eric

Thanks Eric, will do that about the bold.

But the<li class="last">  link is clearly showing in Firebug that its
not taking on the specific padding and still using the padding for the
rest of the list. :(

Lisa

In http://www.koolfish.com/dev/beealive/css/bee_mainstyles.css you have:

#topmenu.last {
    padding: 0 10px 3px;
}

Change it to:

#topmenu .last {
    padding: 0 10px 3px;
}

and it should work.

Cheers
Brian
______________________________________________________________________
css-discuss [css-d@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