| Author |
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/
| |
| Michael Wilcox 2004-06-27, 7:16 pm |
| 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/
| |
|
| 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/
| |
|
| 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/
| |
|
| waste wrote:
> Michael Wilcox napisał(a):
>
>
> 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/
| |
|
| On Sun, 27 Jun 2004 17:08:25 +0200, waste <waste@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):
>
> 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}
| |
|
|
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |