HighDots Forums  

rollover without hand pointer? css?

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss rollover without hand pointer? css? in the Macromedia Dreamweaver forum.



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

Default rollover without hand pointer? css? - 07-22-2004 , 01:51 PM






is there a way to make a rollover without a hand pointing? the client wants
it rollover to a different color graphic but doesn't want the link to go
anywhere. if there's a way it can happen with css and text she might go for
that.

thanks

libbi



Reply With Quote
  #2  
Old   
N Rohler
 
Posts: n/a

Default Re: rollover without hand pointer? css? - 07-22-2004 , 02:12 PM






Just use
cursor: default;
in the CSS

Reply With Quote
  #3  
Old   
Mark Orbit
 
Posts: n/a

Default Re: rollover without hand pointer? css? - 07-22-2004 , 02:19 PM



Apply a class of 'def' to the a element and use the following CSS.

a.def:hover {cursor: default;}

Does that do what you want? It should stay as an arrow.

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 - 2009, Jelsoft Enterprises Ltd.