Link to home
Start Free TrialLog in
Avatar of Emonts
Emonts

asked on

hot spots on image map

I've created an image map, 4000 x 300 pixels inside a frame. The image scrolls left to right inside the frame. The hot spots and links all work however the pop up alt tags stop working when the image scrolls. Does anyone know why the alt tags stop working?
Avatar of kpu8
kpu8
Flag of United States of America image

I think the alt tags all work differently in different browsers
Netscape 4 will most likely accept those alt tags as you want them to
but versions of IE - namely 3 and 4
might not accept the alt tag syntax

I believe all the 5 version browsers
accept the alt tag syntax but I'm not sure

Basically - though what I'm getting at is the alt tags are browser dependant
each browser will interpret the
tag line differently.

ASKER CERTIFIED SOLUTION
Avatar of bruce_steyn
bruce_steyn

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Emonts
Emonts

ASKER

Thanks for the two answers sent in. However I need to explain my question better. The imagemap I refer to is at http://www.falconrycentre.com/panorama.html. You will see that the first alt pop up tags work. As you scroll the image, the alt pop ups do not work. The cursor changes to a hand properly, the links work, but not the alt pop ups.Does anyone know why?
I went to the site and I'm using IE4 at the moment at I didn't get any alt tags at all - I looked at your html and
did you try putting in a
<script language ="javascript">

tag at the top for the onmouseovers

Also I would try this just for kicks
right before each alt tag but a
</html> tag

then right before your alt tag but a
<html> tag - I'm reaching a bit with this but who knows

Also - the image might be too large

finally - what kind of text editor did you do the html in when I downloaded it I had a ton of ascii chars embedded in the code

 
Hiya Emont

I just had a look at your site and had a read through the code for your page.....I didn't see any alt tags in your code at all..?

Bruce
Avatar of Emonts

ASKER

Yes you are right. I removed the alt tags in the code this morning because they would not all work. I think I will just leave it like this. Thanks for your help anyways.