View Full Version : Hovering on links


WhenIAmQueenxx
04-19-2003, 06:23 PM
Alright - I'm new here.

I need to know the code to use MULTIPLE hover codes, as in a blur AND background color, or blur and border, or slashout/blur/color. Etc. Here's the code I'm using now, if you could help, I'd love you FOREVER.

(and if you want to just see without looking, it's here http://www.deadjournal.com/~ap1206 )

}
A:link{cursor:crosshair;}
A:visited{cursor:crosshair;}
A:active{cursor:crosshair;}
A:hover{border:1 dashed #000000; height:1; filter:fliph; cursor:crosshair; background-color:808080;}
body {

Dude128
04-19-2003, 10:05 PM
putting both codes in the A:Hover {...} section of your CSS like you have it should work. the only thing wrong that I noticed is that for the background color, you're missing the # in front of the hex code