Credits:
Tutorial Learned From Jenny

  • Download hilight.htc.
  • Upload it to your main directory.
  • Your CSS code should look like this:


    <style type=”text/css”>
    A{cursor:default;height:1px;behavior:url(hilight.htc);filter:progid:dximagetransf
    orm.microsoft.blinds(duration=1)}
    A:link{color:#000000; text-decoration:none;cursor:”default”}
    A:visited{color:#000000;text-decoration:none;font-weight:none}
    A:hover{color:#000000;text-decoration:none;background-color:none;font-weight:none;cursor:default}–>
    </style>

  • See in the code where it says filter:progid:dximagetransform.microsoft.
    blinds (duration=1)
    ? Well, where it says blinds (duration=1), replace that with whichever effect you like from below!
  • gradientwipe: Test
    barn(sProperties): Test
    zigzag(GridSizeX=5, GridSizeY=5): Test
    zigzag: Test
    randomdissolve: Test
    blinds: Test
    checkerboard: Test
    iris: Test
    pixelate: Test
    radialwipe: Test
    fade: Test
    inset: Test
    randombars: Test
    slide: Test
    spiral: Test
    stretch: Test
    strips: Test
    wheel: Test

    Hope this tutorial has helped you!

    Tutorial Re-Written By: