View Full Version : Dotted Rollover mouse code


SugarAndSpice
04-25-2003, 09:02 PM
What is the code for when your cursor hovers over a link, it's is surronded by a dotted rectangle? I made a little example to show you:

_ _ _ _ _
| |
|_ _ _ _ _ |

epolady
04-25-2003, 09:09 PM
a:hover{
text-decoration : none;
color : #000000;
border : 1px dotted #FF0000;
}

MaGiCSuN
04-25-2003, 09:13 PM
nevermind :\ i was so slow this time haha