Re: Cursors on websites
by "Frank Boumphrey" <bckman(at)ix.netcom.com>
|
Date: |
Mon, 19 Mar 2001 17:28:04 -0500 |
To: |
"Sharkey" <sharkey(at)esslink.com>, <hwg-techniques(at)hwg.org> |
References: |
abbeyink linda |
|
todo: View
Thread,
Original
|
|
Use the cursor:crosshair property in CSS. This property is spottily
supported in the browsers though.
Heres a simple test page to use on various browsers
<html>
<title>cursor test</title>
<div style="cursor:hand">hand(ie5 bug, not a CSS property)</div>
<div style="cursor:pointer">pointer(ie5 bug)</div>
<div style="cursor:crosshair">crosshair</div>
<div style="cursor:move">move</div>
<div style="cursor:resize">resize(ie5 bug)</div>
<div style="cursor:ne-resise">ne-resize(ie5 bug)</div>
<div style="cursor:text">text</div>
<div style="cursor:wait">wait</div>
<div style="cursor:help">help</div>
<div style="cursor:default">default(shows arrow in IE5)</div>
<div>No cursor style indicated</div>
</html>
HTH
Frank
----- Original Message -----
From: "Sharkey" <sharkey(at)esslink.com>
To: <hwg-techniques(at)hwg.org>
Sent: Saturday, March 17, 2001 9:18 AM
Subject: Cursors on websites
> I got a question for you all.. A friend showed me her website
and on
> the links, instead of seeing a finger pointing, it was a crosshair.
How
> would I be able to change it to that or something else in mind? I
am a
> hockey fan, so it might be in a hockey theme...
>
> Any suggestions?
>
>
>
HWG hwg-techniques mailing list archives,
maintained by Webmasters @ IWA