How do I make link transitions?
How do I make link transitions? A link transition is a nifty little tool for those of you using the
Internet Explorer browser. People using other browsers will see a solid color on mouseover.
- First you need to upload the link.htc file to the main directory of your server. Some free hosts do not allow use of this file.
- Next, add this tag to your regular style sheet, it is a stand alone tag:
A
{ cursor:default;height:1px;behavior:url(link.htc);filter:progid:dximagetransform.microsoft.attribute(duration=1) }
- Replace the word "attribute" above with one of the following attributes:
barn
checkerboard
dissolve
fade
gradientwipe
inset
iris
pixelate
radialwipe
radialwipe(wipestyle='radial')
randombars
slide
spiral
stretch(stretchstyle='push')
stretch(stretchstyle='spin')
strips
wheel
zigzag
- The number "1" after the word duration is the length of time of the effect. You can lengthen this time by increasing the number, for instance using 2 instead of 1, or if you want to shorten the time you can use, for instance, .5.
Thanks
Microsoft for the info!
Copyright 1997-2016 Lissa, All rights reserved