• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

WOAH cool link hover effect :D BUT HOW ???

I cannae see where the flames are, since all the links just use onBlur (JavaScript effect.) otherwise, if you want the flames in the background then use the above code. The problem with CSS, it can usually only do the background and NOT the foreground... dunno why though. However, if you want a cross-browser version of the url(); then use uri(); instead, that works in both IE and NN.
 
A:hover{background:url("http://homepage.ntlworld.com/curly.johnson/images/redfire.gif");
color:blue;
text-decoration: italic;
cursor:url("");
font-family:century gothic;
font-size:11pt;
cursor:;
border:; height:1;
filter:blur;
}
"View source" is your friend :p
 
Back
Top