Results 1 to 2 of 2

Thread: How do I make a particular cursor for a link?

  1. #1
    Join Date
    Oct 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How do I make a particular cursor for a link?

    I just need some help as I am working on my blog, and want to make it look as good as my friend's ones, so, is there such a thing as setting the particular 'rollover' cursor for the whole webpage? Please advise.

  2. #2
    Join Date
    May 2005
    Posts
    141
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    for a simple one, you could paste this into the head and change the colors accordingly

    <STYLE TYPE="text/css">
    a:link { color: blue; text-decoration: none }
    a:active { color: red; text-decoration: none }
    a:visited { color: blue; text-decoration: none }
    a:hover { color: green; text-decoration: underline }
    </STYLE>

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •