Javascript Tooltips, Popups, Captions - BoxOver  

Go Back   Javascript Tooltips, Popups, Captions - BoxOver > BoxOver > Bugs
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1  
Old 09-21-2007, 06:46 PM
soapLady soapLady is offline
Junior Member
 
Join Date: Sep 2007
Posts: 2
Thumbs down code displays when used on Image Maps

When boxover is used with hot spots on a image map, the first time you hover on the spot, the underlying code pops up, in addition to the nicely formatted boxover graphic. The only way to get rid of it is to move off the spot and then back onto it. I notice this happens on your demo page, as well, on the dog-face image map. BTW, the browser I'm using is IE 6.
Reply With Quote
  #2  
Old 09-25-2007, 04:31 PM
soapLady soapLady is offline
Junior Member
 
Join Date: Sep 2007
Posts: 2
Default Never mind...

Wrapping <div> tags around the <area> tag and putting the title= "header=[ ] body=[ ]" inside the div solved the problem. Previously, I'd been putting the title inside the <area> and the browser errantly assumed that the title was overriding the alt tag, hence, displaying the header=[ ] body = [ ] content upon first mouseover.
Reply With Quote
  #3  
Old 12-27-2007, 01:49 PM
lukluk lukluk is offline
Junior Member
 
Join Date: Dec 2007
Posts: 1
Question

I'm not sure I understand you:

ex.:1st - oryginal
Code:
<div><area shape="rect" coords="203,30,223,75" title="header=[xx] body=[yyy]" href="1.jpg"></div>
ex.:2nd - mod but not working with firefox 2 (ie7 ok)
Code:
<div title="header=[xx] body=[yyy]"><area shape="rect" coords="203,30,223,75" href="1.jpg"></div>
so, the second code doesn't work with FF2

any idea...

thanks in advance
lukluk
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 07:39 AM.