Results 1 to 5 of 5

Thread: Roam Cursor help

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

    Default Roam Cursor help

    Script: Roam Cursor

    I got everything to work with this script but I was wondering if there was a way to make the roaming cursor an active clickable link to go to a different page. I was thinking to put this script on my starting page then people can click the cursor to move on to the rest of the webpage. I am very new to all of this but it seems like it is an easy task but I just dont know how. Any help would be appreciated.

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

    Default

    It doesn't look like this is possible.. but you're right, it should have been an easy task. I put <a href='page.htm'> tags around the image on document.write which should have worked, but unfortunately it didn't.

    Anyone else?

    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
    Oct 2004
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    cr3ative thanks for trying!

    anyone else have any ideas?

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

    Default

    Actually, it is simply a matter of adding <a> tags around the <img> inside the script. I suspect the problem you guys ran into is using double quotes for the href portion of the link instead of single quotes. Anyhow, so simply change:

    <img src='"+cursorpath+"' width=17 height=22>

    inside the script to:

    <a href='http://google.com'><img src='"+cursorpath+"' width=17 height=22 border=0></a>

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

    Default

    Bum hats, thats it.

    Whoever decided to make me confuzzled about ' and " should be shot.
    Although I may be on a suicide run here.

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

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
  •