Prisoner at War meinte:
(a) This has nothing to do with JS.
(b) This is not a fallback. You just overwrite your custom-pointer
property with the standard one. In your case you will *always* get a
cursor: pointer.
Small wonder...
How about
(a) obtaining some *basic* knoledge of css
(b) post into newsgroups dealing with those issues
x'post and f'up set
Gregor
--
http://photo.gregorkofler.at ::: Landschafts- und Reisefotografie
http://web.gregorkofler.com ::: meine JS-Spielwiese
http://www.image2d.com ::: Bildagentur für den alpinen Raum
However, the really odd thing is that you cannot use a "fall-back"
like
>
style="cursor: url(relative/path/file.ani); cursor:pointer; "
like
>
style="cursor: url(relative/path/file.ani); cursor:pointer; "
(b) This is not a fallback. You just overwrite your custom-pointer
property with the standard one. In your case you will *always* get a
cursor: pointer.
as is recommended, in case the browser didn't understand...we ll,
nothing worked in MSIE 7 until I had *removed* that "fall-back,"
"cursor:pointer "!
nothing worked in MSIE 7 until I had *removed* that "fall-back,"
"cursor:pointer "!
style="cursor: url(relative/path/file.ani); cursor:pointer; "
>
doesn't work, even in MSIE 7, but
>
style="cursor: url(relative/path/file.ani);"
>
>
does!
>
So, the custom pointer can only show up in MSIE 7, but only if the
"fall-back" hand pointer used by Opera and Firefox isn't present --
else MSIE 7 "prefers" it and uses it, instead of the custom pointer!!
>
doesn't work, even in MSIE 7, but
>
style="cursor: url(relative/path/file.ani);"
>
>
does!
>
So, the custom pointer can only show up in MSIE 7, but only if the
"fall-back" hand pointer used by Opera and Firefox isn't present --
else MSIE 7 "prefers" it and uses it, instead of the custom pointer!!
(a) obtaining some *basic* knoledge of css
(b) post into newsgroups dealing with those issues
x'post and f'up set
Gregor
--
http://photo.gregorkofler.at ::: Landschafts- und Reisefotografie
http://web.gregorkofler.com ::: meine JS-Spielwiese
http://www.image2d.com ::: Bildagentur für den alpinen Raum
Comment