FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Text Hover Codez!

 


shavon
Edit your needs! Color, cursor, text-transform, font


Underline, slashed
Code:

<style type="text/css">
a:hover {
border-bottom: 1px dashed #ff0000;
color: #ff0000;
font: vernada 8pt;
text-decoration: none;
cursor: crosshair;
text-transform: uppercase;
}</style>



Overline, slashed

Code:
<style type="text/css">
a:hover {
border-top: 1px dashed #ff0000;
color: #ff0000;
font: vernada 8pt;
text-decoration: none;
cursor: crosshair;
text-transform: uppercase;
}</style>




Two sides, left and right, solid


Code:
<style type="text/css">
a:hover {
border-left: 1px solid #ff0000;
border-right: 1px solid #ff0000;
color: #ff0000;
font: vernada 8pt;
text-decoration: none;
cursor: crosshair;
text-transform: uppercase;
}</style>
Smile
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.