CSS underline
CSS underline
Out of context: Reply #25
- Started
- Last post
- 31 Responses
- UndoUndo0
change it to this for no effect
#dynamic a:hover {
text-decoration: none;}
or this for a border (red)
#dynamic a:hover {
border: 1px solid red;}
change it to this for no effect
#dynamic a:hover {
text-decoration: none;
}
or this for a border (red)
#dynamic a:hover {
border: 1px solid red;
}