[thelist] arrow cursor

Rob Smith rob.smith at THERMON.com
Fri Sep 20 16:05:01 CDT 2002


This is neat:

<HTML>
<HEAD>
<TITLE>Dynamic Cursors</TITLE>
</HEAD>
<!-- This works for IE ... You'll have to do something else for NS.
       Information on this page from:

http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/cursor.
asp#cursor
-->
<BODY>
<CENTER><B style="color:blue;">Dynamic Cursors<BR>
<SPAN style="font-size:10pt;">position mouse in cell with cursor
name</SPAN></B>
</CENTER>
<HR>
<BR>
<TABLE border=1>
 <TH>
  <TR>
  <TD><B>Cursor Type</B></TD>
  <TD><B>Description</B></TD>
 </TR>
</TH>
 <TR>
  <TD width=15% style="cursor:auto;"><B>auto</B></TD>
    <TD>Browser determines which cursor to display based on the current
context.</TD>
 </TR>
 <TR>
  <TD style="cursor:crosshair;"><B>crosshair</B></TD>
    <TD>Simple cross hair.</TD>
  </TR>
 <TR>
  <TD style="cursor:default;"><B>default</B></TD>
   <TD>Platform-dependent default cursor (usually an arrow). </TD>
   </TR>
 <TR>
  <TD style="cursor:hand;"><B>hand</B></TD>
  <TD>Hand. </TD>
  </TR>
 <TR>
  <TD style="cursor:move;"><B>move</B></TD>
   <TD>Crossed arrows indicating something is to be moved. </TD>
   </TR>
 <TR>
  <TD style="cursor:sw-resize;"><B>*-resize</B> </TD>
  <TD>Arrow indicating edge is to be moved (*may be n, ne, nw, s, se, sw, e,
or w-each representing a compass direction).</TD>
   </TR>
 <TR>
  <TD style="cursor:text;"><B>text</B></TD>
  <TD>Editable text (usually an I-bar). </TD>
   </TR>
 <TR>
  <TD style="cursor:wait;"><B>wait</B></TD>
  <TD>Hourglass or watch indicating that the program is busy and the user
should wait. </TD>
  </TR>
</TABLE>
</BODY>
</HTML>

hth,
Rob.smith

-----Original Message-----
From: Karen J. Bowen [mailto:lists at miinx.com.au]
Sent: Friday, September 20, 2002 1:35 PM
To: thelist
Subject: [thelist] arrow cursor


Using CSS, how can I force the cursor to show the standard arrow, even
over a link?

According to the spec, there's no explicit setting for this.

Using "cursor: default" doesn't work as I want in Mozilla, not sure
about IE...

TIA,
Karen
-------
Miinx Design & Development
e :: karen at miinx.com.au
p :: 0413.880.302
w :: www.miinx.com.au


--
For unsubscribe and other options, including
the Tip Harvester and archive of thelist go to:
http://lists.evolt.org Workers of the Web, evolt !



More information about the thelist mailing list