PDA

View Full Version : Menu styling


wynntrinh
February 22nd, 2006, 03:03
can anyone share with me how to tweak the css where it just shows an "underline" when you move your mouse of the menu items? thanks. :)

JohnW.
February 22nd, 2006, 03:42
This should work.

ul.menu li a:hover {
background: transparent;
color: #333 !important;
text-decoration: underline;
}

Paul Stamatiou
February 22nd, 2006, 04:22
I think he is referring to border. I replied to your email.. but basically it is something like

border-bottom: 5px solid #yourcolor;