CSS question
CSS question
- Started
- Last post
- 2 Responses
- Atkinson
http://www.caferoyal.org/
links on the left, hover / underline. The name menu doesn't do this and I can't see why? Any CSS gurus know why?
- ********0
div.widget ul li a:link, div.widget ul li a:visited, div.widget ul li a:active {
color:#0000FF;
font-weight:normal;
text-decoration:none;
}Remove that 'text-decoration:none;' line.
- ********0
Are you using Firebug by the way? Very easy to debug this kind of thing with it.