473,405 Members | 2,176 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Transient status bar message won't display for image hotspots in IE6.02

I would like to create a transient status bar message when a hot spot on an image map is hovered over. What I have works in Netscape, but not in IE 6.02. However, oddly, the same code does work fine in IE 6.02 when I use it with anchor tags instead of an image map. Can anyone explain why that is, and tell me how to recode it to work with an image map? Here's what I have:

<area shape="circle" coords="88,32,7" href="info.htm" onmouseover="window.status='History Info'; return true" onmouseout="window.status=''; return true">
May 9 '07 #1
1 1746
Logician
210 100+
I would like to create a transient status bar message when a hot spot on an image map is hovered over. What I have works in Netscape, but not in IE 6.02. However, oddly, the same code does work fine in IE 6.02 when I use it with anchor tags instead of an image map. Can anyone explain why that is, and tell me how to recode it to work with an image map?
The text is probably being overwritten by the normal URL display. The usual fix is to set a timeout to display say 50ms after mouseover, but there's no guarantee that JS will be allowed to overwrite what's there.
May 9 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Rob Jagger | last post by:
Here's what I'm trying to do: I have a series of Visio drawings that represent the toplogy of the LAN here in the office. I would like to display the drawings in a web browser so that the user can...
2
by: Sam | last post by:
Hi In our web site we send emails to people and want to be sure that they became them We store the emails in the database and want to update a field 'status' How can I do that ? I heard...
5
by: assaf | last post by:
hi all in the visual studio.net help, i found the following description of RSAParameters: RSAParameters.D Field
3
by: WJ | last post by:
I dropped an Image server control on an Asp.Net page, specified my desired image, saw the nice image, select the control. However, the VS.Net IDE/Image Editor tools are still grayed out ! I must...
3
by: Mike Dee | last post by:
Hi, I'm having an issue with the status bar in Mozilla and Netscape showing that it is still waiting on the page to load even after it is finished. This problem does NOT occur with IE. In...
3
by: Andy Baxter | last post by:
I have an image scrolling in a viewport for a panoramic image viewer. The viewport can be resized to several set resolutions so people can adjust the size according to their bandwidth. There are...
4
by: Jon | last post by:
Hi, I am calling the function showpopupWindow(item) to open and write a popup window. When testing in IE6 locally the popup window displays my text in both the title and status bars but when...
7
by: petethebloke | last post by:
Can anyone help? I have a client who has made a "dynamic interactive map" of our city using Dreamweaver. Each map file has hotspots that pop-up a div with a little image when the mouse goes over...
5
by: Laetitia | last post by:
Hi All Please can anyone advise whether it is possible to display messages in the status bar. I have a number of update queries which will be run and need to find a way to identify which...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.