473,320 Members | 2,122 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,320 software developers and data experts.

cursor over the AREA in IE

when I load CSS script with cursor:default for whole BODY, and then put an
IMG with links map, then (in IE) cursor over AREA aren't showing as
"hand". are somebody familiar with the problem and could help me? got any
solution? with Mozilla/Firefox all works fine (as always).
thanks.

--
waste
http://marti.presents.pl/
Jul 20 '05 #1
7 8306
waste wrote:
when I load CSS script with cursor:default for whole BODY, and then put an
IMG with links map, then (in IE) cursor over AREA aren't showing as
"hand". are somebody familiar with the problem and could help me? got any
solution? with Mozilla/Firefox all works fine (as always).
thanks.


area { cursor: auto; } might work.
--
Michael Wilcox, http://mikewilcox.t35.com/
Jul 20 '05 #2
2004-06-27 16:25:52, na comp.infosystems.www.authoring.stylesheets,
Michael Wilcox napisa³(a):
area { cursor: auto; } might work.

but I don't want auto. I want arrow everywhere except A and AREA. I don't
like this line-like cursor apearing over text.

--
waste
http://marti.presents.pl/
Jul 20 '05 #3
waste wrote:
when I load CSS script
Not sure what you mean by "script" here.
with cursor:default for whole BODY, and then put an IMG with links
map, then (in IE) cursor over AREA aren't showing as "hand".
That's "pointer" for those relying on the css spec.
got any solution?


"Doctor, it hurts when I do this."
"Then stop doing that."

Remove the cursor property from your stylesheet.

--
Brian (remove ".invalid" to email me)
http://www.tsmchughs.com/
Jul 20 '05 #4
waste wrote:
Michael Wilcox napisa³(a):
area { cursor: auto; } might work.


but I don't want auto. I want arrow everywhere except A and AREA. I
don't like this line-like cursor apearing over text.


Then change it in your browser. Is that what you're trying to do? Is
this in a user stylesheet? Or in an author stylesheet for your web
page/site?

--
Brian (remove ".invalid" to email me)
http://www.tsmchughs.com/
Jul 20 '05 #5
On Sun, 27 Jun 2004 17:08:25 +0200, waste <wa***@N-O.S-P-A-M.tlen.pl>
wrote:
2004-06-27 16:25:52, na comp.infosystems.www.authoring.stylesheets,
Michael Wilcox napisał(a):
area { cursor: auto; } might work.

but I don't want auto. I want arrow everywhere except A and AREA. I don't
like this line-like cursor apearing over text.


Not liking it is insufficient reason to change it. Usability for your
visitors is of primary concern. The I-beam cursor over text is useful to
users, and only remove this if you really have an excellent reason why. "I
don't like it" is not an excellent reason.

That said, the cursor property is what you need to read up on.
http://www.w3.org/TR/CSS21/ui.html#propdef-cursor Decide what you want and
set it. Example: at end of your style declarations:

* {cursor: arrow}
area, a:link, a:visited, a:hover, a:active {cursor: pointer}
Jul 20 '05 #6
Neal wrote:
* {cursor: arrow}


There is no such value for cursor in CSS 2.

http://www.w3.org/TR/REC-CSS2/ui.html#cursor-props

--
Brian (remove ".invalid" to email me)
http://www.tsmchughs.com/
Jul 20 '05 #7
On Sun, 27 Jun 2004 20:20:56 -0400, Brian
<us*****@julietremblay.com.invalid> wrote:
Neal wrote:
* {cursor: arrow}


There is no such value for cursor in CSS 2.

http://www.w3.org/TR/REC-CSS2/ui.html#cursor-props


My mistake. Substitute "default".
Jul 20 '05 #8

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

Similar topics

3
by: PeP | last post by:
Good morning, I have a form containing a text-area, I'd like to know if it exists a function that, when I activate an event, returns the position of the cursor in the text-area. For example, I...
3
by: Simon Wigzell | last post by:
I have an image with several links in it in mapped areas. I am using a custom cursor on the page and would like to have a custom cursor appear on mouse over of the mapped links. Something like: ...
4
by: Henry Wu | last post by:
Hi, I see examples of Magnifying an area under mouse coordinates to a form or picturebox using VB6 and VC6, does anyone know how to do it under VB.NET? Its nice to use the new GDI+ for it. ...
13
by: Lars Netzel | last post by:
Hi! I have a round area which I want to be able to move the mouse over and fire off events... how do I do that? I have drawn a FillPie Graphics and I feel that there has to be a way of...
2
by: Jim Frazer | last post by:
Hi, I'm working on an application in C# that will allow the user to create simple CAD drawings on a CEPC system. I would like to be able to change the cursor shape depending on the drawing mode...
1
by: tomorobi | last post by:
I have the following Javascript function on a page: function makeBold(target) { document.getElementById(target).focus();...
5
by: dineshkumarsr | last post by:
Hi Folks, I have a issue trying to change the cursor of area image map in run time, no static code, no id and no name. the possibilities i have tried is ...
1
by: =?Utf-8?B?anAybXNmdA==?= | last post by:
We have some dumb and lazy people here, so I need help. To fix the dumb part: We have placed MaskedTextBoxes on the forms so they will stop entering the information incorrectly. Now the lazy...
4
by: mike | last post by:
I have the opportunity to rescue a project that uses a mouse to sense the relative position of a machine. The hardware is built...just needs to be programmed. Stop snickering!!! I didn't do it...I...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.