Question:

How do you change the cursor into a cross-hair on my website??

by  |  earlier

0 LIKES UnLike

I have a website and I want to change my cursor into a crosshair. I want it for the entire site, not the mouseover links.

Any codes would be welcome/

 Tags:

   Report

3 ANSWERS


  1. <style>

    *,html, body, input{

    cursor: crosshair

    }

    </style>


  2. http://www.yourhtmlsource.com/stylesheet...

    Everything you need it there :)

    it uses CSS - which is very easy to implement into HTML.

    Email me if you need any help!

  3. Don't do it. Changing cursor, putting useless DHTML, animated JavaScript, etc... is a sign that your website is lacking in content and you're trying to "enhance" it with that useless stuff. Such websites always end up to be crappy.

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.