Web Design Web Design Forum
Registration is free! Here you can view your subscribed threads, work with private messages and edit your profile and preferences Calendar Find other members Frequently Asked Questions Search
Home Web Design

Convenient web based access to our favorite web design Usenet groups

web design reviews

This is Interesting: Free Magazines for Graphics designers and webmasters  





  Last Thread  Next Thread
Author
Thread Post New Thread   

cursor over the AREA in IE
 

waste




quote this post edit post

IP Loged report this post

Old Post  06-28-04 - 12:16 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/


Post Follow-Up to this message ]
Re: cursor over the AREA in IE
 

Michael Wilcox




quote this post edit post

IP Loged report this post

Old Post  06-28-04 - 12:16 AM  
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/


Post Follow-Up to this message ]
Re: cursor over the AREA in IE
 

waste




quote this post edit post

IP Loged report this post

Old Post  06-28-04 - 12:16 AM  
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/


Post Follow-Up to this message ]
Re: cursor over the AREA in IE
 

Brian




quote this post edit post

IP Loged report this post

Old Post  06-28-04 - 12:16 AM  
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/


Post Follow-Up to this message ]
Re: cursor over the AREA in IE
 

Brian




quote this post edit post

IP Loged report this post

Old Post  06-28-04 - 12:16 AM  
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/


Post Follow-Up to this message ]
Re: cursor over the AREA in IE
 

Neal




quote this post edit post

IP Loged report this post

Old Post  06-28-04 - 12:16 AM  
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}


Post Follow-Up to this message ]
Re: cursor over the AREA in IE
 

Brian




quote this post edit post

IP Loged report this post

Old Post  06-28-04 - 04:15 AM  
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/


Post Follow-Up to this message ]
Re: cursor over the AREA in IE
 

Neal




quote this post edit post

IP Loged report this post

Old Post  06-28-04 - 09:14 AM  
On Sun, 27 Jun 2004 20:20:56 -0400, Brian
<usenet3@julietremblay.com.invalid> wrote:

> Neal wrote:
> 
>
> 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".


Post Follow-Up to this message ]
Sponsored Links
 





All times are GMT. The time now is 04:30 AM. Post New Thread   
  Previous Last Thread   Next Thread next
Stylesheets archive | Show Printable Version | Email this Page | Subscribe to this Thread

Popular forums

Adobe Photoshop forum Macromedia Flash Web Site Design
Dreamweaver FrontPage forum
JavaScript Forum XML forum
Style Sheets VRML
Forum Jump:
Rate This Thread:

 

XML RSS Feed web design latest articles Syndicate our forum via XML or simple JavaScript

Web Design archive  Database administration help  


Top Home  -  Register  -  Control Panel   -  Memberlist  -  Calendar  -  Faq  -  Search Top