Results 1 to 4 of 4

Thread: Fancy Cursor Script IE question

  1. #1
    Join Date
    Dec 2004
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Fancy Cursor Script IE question

    Um...I know how to make the text have the same fancy cursor icons but I can't seem to make the cursor work for links. Just wondering if anybody knows how to make that work?
    Also...if anyone knows what I'm talking about, I've been searching for codes for a while but I'm not sure how to make the link colors and all a bit more fancy. Like maybe have a line hover over it when you put the cursor on it or something.

    Thank you sooo much if anyone knows how to do this!!! ^_^
    Sorry if it's simple. I'm fairly new to the html stuff.

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format for asking a question.
    Code:
    <span style="cursor:pointer;cursor:hand">This span has a "hand" cursor</span>
    Will produce text with a "hand" cursor.

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  3. #3
    Join Date
    Dec 2004
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    http://www.dynamicdrive.com/dynamicindex11/fcursor.htm

    Yes...but I'm not sure how to make a link out of it and keep the cursor the same.

  4. #4
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    You can change the cursor of links as well just the same you would with any other element. Just add the code inside its <a> tag:

    <a href="http://cnn.com" style="cursor:crosshair">CNN</a>

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
  •