Results 1 to 4 of 4

Thread: document crosshair non-java

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

    Unhappy document crosshair non-java

    Hey, I'm a bit lost as to how to put a document crosshair like the one on this site, onto my myspace. I don't think you can use java script on myspace, and i can't find any other coding for a document crosshair that's non-java. Can any help me with a code to use for a document crosshair on myspace? I'd be greatly appreciative...

    Thank you

    Philippa


  2. #2
    Join Date
    Apr 2005
    Location
    Devon, UK
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Try this...
    HTML Code:
    <span style="cursor: crosshair;">...</span>
    The ... is the rest of your HTML. For example...
    HTML Code:
    <span style="cursor: crosshair;">Test</span>
    If you move the mouse over the word "Test" the cursor will change into a crosshair.

    Hope this helps

  3. #3
    Join Date
    Apr 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile

    yeh that's cool but i wanted the one that spans the whole document, where instead of a small crosshair it's as big as the screen and the bit where it crosses is wherever the mouse cursor would be. if that makes sense? so the cross changes depending on where the cursor is... the vertical line goes right down form top to bottom and the horizontal is across all the way from left to right. but thank you anyways.

    Philippa

  4. #4
    Join Date
    Apr 2005
    Location
    Devon, UK
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Oh yeah I understand you now - that's beyond me I'm afraid

    I've never managed to get my head round Javascript :'(

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
  •