|
|
|
Link
Styles
First add this code to the HEAD of your page: (change #hex
colors to your choice)
CODE |
<style type="text/css">
<!--
A:link { text-decoration: none; color:#000000 }
A:visited { text-decoration: none; color:#000000 }
A:active { text-decoration: none; color:#000000 }
A:hover
{color:#FF9900;text-decoration:none;height:1px;filter<!--
emo-:p --><img src='http://www.talkdevelopment.com/tutmnger/images/emoticons/tongue.gif'><!--
emo-close -->rogid:DXImageTransform.Microsoft.DropShadow(OffX=1,
OffY=1,Color='#000000', Positive='true');}
-->
</style>
|
Now all you have to do is pick a style you like and replace
what's in the box with the bold style you added to the HEAD of
your page.
CODE |
Engrave - Looks like engraved text.
Code:
filter<!-- emo-:p --><img src='http://www.talkdevelopment.com/tutmnger/images/emoticons/tongue.gif'><!--
emo-close -->rogid:DXImageTransform.Microsoft.Engrave()
Drop Shadow - Creates a shadow.
Code:
filter<!-- emo-:p --><img src='http://www.talkdevelopment.com/tutmnger/images/emoticons/tongue.gif'><!--
emo-close -->rogid:DXImageTransform.Microsoft.DropShadow(OffX=1,
OffY=1,Color='#ff9900', Positive='true')
Glow - Adds a nice little glow.
Code:
filter<!-- emo-:p --><img src='http://www.talkdevelopment.com/tutmnger/images/emoticons/tongue.gif'><!--
emo-close -->rogid:DXImageTransform.Microsoft.Glow(color='yellow',
Strength='2')
Motion Blur - The link that appears to be in motion.
Code:
filter<!-- emo-:p --><img src='http://www.talkdevelopment.com/tutmnger/images/emoticons/tongue.gif'><!--
emo-close -->rogid:DXImageTransform.Microsoft.MotionBlur(Strength=5,
Direction=315, Add='true')
Blur - Blurs your text.
Code:
filter<!-- emo-:p --><img src='http://www.talkdevelopment.com/tutmnger/images/emoticons/tongue.gif'><!--
emo-close -->rogid:DXImageTransform.Microsoft.Blur(pixelradius=1)
Motion Shadow - Shadow and motion blur in one.
Code:
filter<!-- emo-:p --><img src='http://www.talkdevelopment.com/tutmnger/images/emoticons/tongue.gif'><!--
emo-close -->rogid:DXImageTransform.Microsoft.Shadow(color='black',
Direction=135, Strength=8)
|
Tutorial By Xtasy
|
|