473,769 Members | 7,650 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 9048
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*********@ya hoo.com.au> wrote in message
news:92******** *************** ***@posting.goo gle.com...
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*********@ya hoo.com.au> wrote in
comp.infosystem s.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
22754
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 following are the problems and I hope that there is someone who can enlighten me or give me some pointers. Also, my testing code is attached at the end. And please don't ask me why I am doing this - it is one of functional requirements by all...
5
7967
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) } document.onmousemove=mousePos; Seems to do fine on many browsers.
2
3840
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 container. In this case, I don't want the default hand cursor to be displayed so that the user things that it is a hyperlink when it's not. I just want the default cursor to display as with any other image when the user passes the mouse over it. Any way...
15
1522
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 displays, return to 'default'. What happens is the SetWaitPointer() routine changes the cursor to 'wait', but before the data grid is displayed on the page, 'SetDefaultPointer()' runs and changes the cursor back to 'default'. This happens about 3...
5
3154
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 over a drop down?
17
2396
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
1676
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. Opera browser also has this feature. if we place mouse pointer on one of the tabs, it will show a screen shot of the content in that page. how do we program them? can i have a sample code?
3
3393
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 refreshes and mouse pointer goes to the bottom of the page where the button consists. i have found that it is possible in javascript through set the coordinates for mouse pointer. Anybody could you please tell the solution how can i resolve my problem. ...
0
9589
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10214
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10048
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9996
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8872
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7410
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6674
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5447
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3563
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.