RSS Forums RSS
Please support our HTML and CSS advertiser: Lunarpages Web Hosting
Views: 2071 | Replies: 1 | Solved
Reply
Join Date: Mar 2006
Posts: 117
Reputation: manal is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 15
manal's Avatar
manal manal is offline Offline
Junior Poster

Help change the cursor

  #1  
Mar 20th, 2007
hi

how can I change the cursor's shape im my site

i found this

<A HREF="index.html" style="cursor:crosshair">home</a>


this change it when it moves over the link but i want the cursor to be like this always

thanx in advance
"give only what u willing to receive "
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Jul 2006
Location: Deptford, London
Posts: 971
Reputation: MattEvans has a spectacular aura about MattEvans has a spectacular aura about 
Rep Power: 5
Solved Threads: 48
Moderator
Featured Poster
MattEvans's Avatar
MattEvans MattEvans is offline Offline
Posting Shark

Re: change the cursor

  #2  
Mar 20th, 2007
Add some CSS a'la:
  1. body
  2. {
  3. cursor:crosshair;
  4. }

or, put it directly in the body tag:
  1. <body style="cursor:crosshair;">
  2. ... body stuff ...
  3. </body>

It should set the cursor how you want; while the mouse is over the browser window (or browser tab) that your page is open in.
Plato forgot the nullahedron..
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 3:12 pm.
Newsletter Archive - Sitemap - Privacy Statement - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC