I am using two type of links on the same image but would like to have two 
different type of cursors.

    <area href="../i038a.html" target="_top" 
onMouseOver="changeText('text2',10)" onMouseOut="changeText('text2',0);" 
shape="circle" coords="300, 220, 17">
For the above link, I want the hand because when clicked, you are taken to 
another page. Also when the cursor is placed on the link, additional test is 
displayed to explain what the item is and what it does.

    <area href="javascript://" onMouseOver="changeText('text2',11)" 
onMouseOut="changeText('text2',0);" shape="rect" coords="289, 24, 316, 52">
For this type link, I would like a help cursor.  This would indicate  
additional information but the link does not go to another page.

My research -so far- indicates what I want isn't possible.  I think there is a 
way to do it in JS but want to do in CSS if possible.  I have tried adding a 
class and an id and even a span but none will change the cursor type on an 
image map link.

I know this isn't GOOD design but it is for an internal application so should 
not be that confusing - I hope.
Any thoughts or suggestions.

Don
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to