| | |
|
|
|
rollover without hand pointer? css? |
| message from Libbi Bosworth on 22 Jul 2004 |
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
|
| Mark Orbit replied to Libbi Bosworth on 22 Jul 2004 |
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.
|
| N Rohler replied to Libbi Bosworth on 22 Jul 2004 |
Just use
cursor: default;
in the CSS
|
|
Archived message: rollover without hand pointer? css? (Macromedia Dreamweaver Web Design)