473,406 Members | 2,710 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

changing the look of a mouse pointer on a web page

Would you know how to change the look of a mouse pointer on a web
page. On the page I have the mouse pointer is exactly as I have at
work.... white. But what I want to do is change the look of it so that
the people who visit the web page see a neon arrow (example) as
opposed to what they see now (which is the white arrow) Any Ideas? Its
driving me batty.

Many thanks
Jul 20 '05 #1
4 9033
Videos 4 Sale wrote:
Would you know how to change the look of a mouse pointer on a web
page.
There's no mouse pointer on a web page. Some operating systems provide the
user with a mouse pointer which can be used in conjunction with his or her
browser, but that's not part of your page.
On the page I have the mouse pointer is exactly as I have at
work.... white. But what I want to do is change the look of it so that
the people who visit the web page see a neon arrow (example) as
opposed to what they see now (which is the white arrow) Any Ideas? Its
driving me batty.


Not as batty as it would drive your users if you succeeded.

You *can* suggest cursor type to the browser using CSS2's cursor property.
See http://www.w3.org/TR/REC-CSS2/ui.html#propdef-cursor.

--
Mark.

Jul 20 '05 #2
On Tue, 11 May 2004 22:56:19 -0700, Videos 4 Sale wrote:
Would you know how to change the look of a mouse pointer on a web
page. On the page I have the mouse pointer is exactly as I have at
work.... white. But what I want to do is change the look of it so that
the people who visit the web page see a neon arrow (example) as
opposed to what they see now (which is the white arrow) Any Ideas? Its
driving me batty.


Only by encouraging users to switch their cursor to your supplied cursor
for the duration of their visit.[0] And thank pete for that; some web
interfaces don't have a cursor at all and would have to perform serious
calisthenics to display one.

There are CSS styles which can be used to suggest[1] a different cursor,
where applicable. Note that, while you can suggest a URI referring to a
cursor resource, there is no standard format for cursors that works on all
platforms. Note also that the cursor will add to the bandwidth use of
your site.

[0] There are software packages that will "encourage" the cursor to change
on its own. Without fail, they are spyware; Pbzrg Phefbe is the most
well-known of the lot. DON'T DO THIS. EVER.

[1] Note ye well the choice of words here. There Is No Way To "Force"
Anything, Ever.

--
Some say the Wired doesn't have political borders like the real world,
but there are far too many nonsense-spouting anarchists or idiots who
think that pranks are a revolution.

Jul 20 '05 #3

"Videos 4 Sale" <mu*********@yahoo.com.au> wrote in message
news:92**************************@posting.google.c om...
Would you know how to change the look of a mouse pointer on a web
page. On the page I have the mouse pointer is exactly as I have at
work.... white. But what I want to do is change the look of it so that
the people who visit the web page see a neon arrow (example) as
opposed to what they see now (which is the white arrow)


If they expect their cursor to look like a white arrow--or like whatever
else they have deliberately configured--then why would you want to confuse
them by making it look like something else? Anyway, it doesn't matter,
because there's no way to do what you are trying to do. The pointer isn't
even part of the web page--in case you haven't noticed, it appears without
regard to whether the user even has a browser window open.

Jul 20 '05 #4
"Videos 4 Sale" <mu*********@yahoo.com.au> wrote in
comp.infosystems.www.authoring.html:
Would you know how to change the look of a mouse pointer on a web
page.


You can't, and if you could you shouldn't. That is a user setting.

--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/
Jul 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: punkin | last post by:
I am trying to catch mouse position on the entire screen by dynamically generating mouse click event at every 100 ms. My code only works for IEs but not any Netscape or Gecko-based browsers. The...
5
by: gsb | last post by:
I track the mouse location like this code: function mousePos(e) { var p = new Object(); if(e) { p.x = e.pageX; p.y = e.pageY; } else { p.x = event.x; p.y = event.y; } ... (show) }...
2
by: David Hearn | last post by:
I have an ImageButton control that I am using on one of my pages. Sometimes, this button will act as a button and redirect users to another page. But sometimes, it will just act as an image...
15
by: Dave | last post by:
I have a page that, when invoked, it runs a while (~ 15 seconds), then displays a DataGrid control. What I want to accomplish is to have the mouse pointer go to 'wait', then after the control...
5
by: mcraven.2 | last post by:
I know this works on all objects except drop down boxes. doc = document.all for (i=0;i<doc.length;i++) { doc(i).style.cursor = 'wait'; } Is it possible to make a cursor into an hourglass...
17
by: blufox | last post by:
Hi All, Can i change the execution path of methods in my process at runtime? e.g a()->b()->c()->d()->e() Now, i want execution to be altered at runtime as -
1
by: ravindarjobs | last post by:
i have seen websites that has a good property like when we place mouse pointer on a link, then a small screen will appear near the mouse pointer that shows the inner content of the linked page. ...
3
by: swethak | last post by:
Hi, I am using one button at the bottom of the page. When i click on that button the page refreshes and goes to the top of the page.But i want when i click on that button the page...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.