|
-
Feb 8th, 2001, 04:23 AM
#1
Thread Starter
Lively Member
You know the old (easy) trick of changing the window.status when you rollover an anchor?
For example:
<a href="#blah" onmouseover="window.status='blah blah'; return true;" onmouseout="window.status=''; return true;">blah</a>
This works fine in ie5.5, but:
<img src='blah.jpg' usemap='#blahmap'>
<map name='blahmap'>
<area shape="rect" coords="0,0,74,168" href="#blah" onmouseover="window.status='blah blah'; return true" onmouseout="window.status=''; return true">
</map>
Doesn't work?
Any ideas????
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|