HighDots Forums  

cursor over the AREA in IE

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss cursor over the AREA in IE in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
waste
 
Posts: n/a

Default cursor over the AREA in IE - 06-27-2004 , 04:11 AM






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/

Reply With Quote
  #2  
Old   
waste
 
Posts: n/a

Default Re: cursor over the AREA in IE - 06-27-2004 , 10:08 AM






2004-06-27 16:25:52, na comp.infosystems.www.authoring.stylesheets,
Michael Wilcox napisał(a):

Quote:
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/


Reply With Quote
  #3  
Old   
Neal
 
Posts: n/a

Default Re: cursor over the AREA in IE - 06-27-2004 , 11:54 AM



On Sun, 27 Jun 2004 17:08:25 +0200, waste <waste (AT) N-O (DOT) S-P-A-M.tlen.pl>
wrote:

Quote:
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}


Reply With Quote
  #4  
Old   
Neal
 
Posts: n/a

Default Re: cursor over the AREA in IE - 06-27-2004 , 11:46 PM



On Sun, 27 Jun 2004 20:20:56 -0400, Brian
<usenet3 (AT) julietremblay (DOT) com.invalid> wrote:

Quote:
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".


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.