angel_victory
03-23-2004, 05:16 AM
can someone tell me the code for like when you move you mouse over a link or something and a dashed border will show up and the background will turn into a different color too.
Thx!!
Thx!!
|
View Full Version : Mouseover help! angel_victory 03-23-2004, 05:16 AM can someone tell me the code for like when you move you mouse over a link or something and a dashed border will show up and the background will turn into a different color too. Thx!! salomeyasobko 03-23-2004, 06:23 AM <style type="text/css"> a:hover { border: #pt dashed #XXXXXX; background-color: #ZZZZZZ } </style> replace # with the width of the border, replace XXXXXX with the color of the border, and then replace ZZZZZZ with the background color :) |