Forums

This topic is locked

Hand as Cursor on Pop-Up Menu

Posted 16 Mar 2005 23:37:18
1
has voted
16 Mar 2005 23:37:18 laura c posted:
Hi, I'm using Dreamweaver MX, and I have noticed that on the Pop-Up Menu links the cursor changes from the Pointing Hand to an I-bar on Firefox (Mac) and IE (PC).

Is there anyway to assure that all links will show the Pointing Hand? Thanks!

Replies

Replied 17 Mar 2005 21:54:24
17 Mar 2005 21:54:24 Chris Charlton replied:
You can try to define what cursor to show on <i>hover</i>, with CSS.
<pre id=code><font face=courier size=2 id=code>.someStyle:hover {
cursor: hand;
}</font id=code></pre id=code>
You can read about more cursors here: www.w3schools.com/css/pr_class_cursor.asp

~ ~ ~ ~ ~ ~ ~
Chris Charlton <i>- DMXzone Manager</i>
<font size=1>[ Studio MX/MX2004 | PHP/ASP | SQL | XHTML/CSS | XML | Actionscript | Web Accessibility | MX Extensibility ]</font id=size1>

Reply to this topic