/    Sign up×
Community /Pin to ProfileBookmark

Hide Cursor

Hi,

Can Javascript move the cursor to the right edge ?

Want to hide cursor for screen-display-only format.

Thanks

to post a comment
JavaScript

8 Comments(s)

Copy linkTweet thisAlerts:
@FangJul 09.2009 — This will annoy and confuse your users!body {cursor:none;}
Copy linkTweet thisAlerts:
@mlimauthorJul 09.2009 — Fang,

Tried below, but the cursor still there.

This is for internal use not public access.

Any more suggestion ?

Thanks
==============================



<head>

<style type="text/css">

body {cursor:none;}


</style>

</head>

<body>

<h2>test</h2>

</body>
Copy linkTweet thisAlerts:
@rnd_meJul 09.2009 — some browsers accept an image url for the cursor prop.

a clear png should do what you want in that case.

for other browsers, cursor: crosshair; at least makes it less obtrusive...
Copy linkTweet thisAlerts:
@FangJul 10.2009 — In which browser and version are you still seeing the cursor?
Copy linkTweet thisAlerts:
@mlimauthorJul 10.2009 — Fang,

Both ie6 and ie7.

Thanks
Copy linkTweet thisAlerts:
@FangJul 10.2009 — Using a transparent .cur image will work in some versions of IE
Copy linkTweet thisAlerts:
@mlimauthorJul 10.2009 — Any example ?

Thanks
Copy linkTweet thisAlerts:
@FangJul 10.2009 — Create a .cur with JustCursors
×

Success!

Help @mlim spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...