Discussion: Styling menus
Afficher un message
Vieux 12/03/2008, 16h37   #7
Jonathan N. Little
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Styling menus

krys.squires@gmail.com wrote:
>
> this is all very interesting, but can anyone actually me with my
> original question?


1) learn to quote
2) learn to post URLs
3) learn CSS

..mainmenulast li { border-right: 0px; }

does not apply to <li class="mainmenulast">...

but to a LI that is a descendant of some element of class "mainmenulast"

try:

li.mainmenulast { border-right: 0; }

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
  Réponse avec citation
 
Page generated in 0,05276 seconds with 9 queries