Posted by Els on 11/15/64 11:27
Domestos wrote:
> Hi all I know the command for changing the cursor into a crosshair with CSS2
> is ...
>
> cursor : crosshair;
>
> and it works... However I when I move the mouse over a link in this defined
> area it changes to the usual HTML link finger pointing cursor... any way to
> keep the crosshair for a link hover?
>
> I tried the obvious ...
>
> cusrsor-hover: crosshair;
That's not obvious at all.
Imagining the element ('this defined area') that gets the crosshair is
a div with class=foobar, and the link is inside of it:
div.foobar,
div.foobar a:hover{
cursor:crosshair;
}
> but it did not have an effect...
Read the specs for possible properties and values. It helps in
guessing the right one ;-)
--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: Jethro Tull - Fat Man
Navigation:
[Reply to this message]
|