Image Map Problems [has rollovers]

admin

Administrator
Staff member
My image map works fine.<br />
check it out here - <!-- m --><a class="postlink" href="http://bloem.jupiterflame.com/new/">http://bloem.jupiterflame.com/new/</a><!-- m --><br />
<br />
My Problem is:<br />
I want to add a status bar discription [you now at the bottm of the browser] to my rollovers in my map. Now the status mouse over is pretty simple with regular links and image links, and even regular image maps... <br />
<br />
HTML as follow:<br />
< a href=http://www.htmlforums.com/archive/index.php/"file.html" onMouseOver="window.status='Your Text Here';return true" onMouseOut="window.status='';return true" >Link< /a > <br />
<br />
But a map with rollovers, I can't seem to get it to work. <br />
I add the code and I just get a javascript error, can sometime help me pleeeeeeaaaaseee??<br />
<br />
Thanks<br />
Danielle <br />
:confused:<!--content--><AREA SHAPE="rect" COORDS="89,2,126,35" HREF=http://www.htmlforums.com/archive/index.php/"http://bloem.jupiterflame.com/new/news.html" <br />
title="News" <br />
onMouseOver="if(document.images) document.new01_030.src='http://bloem.jupiterflame.com/new/images/01.gif'; window.status='some text';return true;" <br />
onMouseOut="if(document.images) document.new01_030.src='http://bloem.jupiterflame.com/new/images/new01_03.gif'; window.status='some more text'; return true;"><!--content-->Y'know Mr. Kenneth Joergensen?<br />
<br />
Well... hmmm... Let's see.... oh yes, I think I would have TRIED THAT. Only the mouse OUT funtion actually appears in the status bar, now I use IE 6.0, I don't know if that has anything to do with it, I would SERIOUSLY DOUBT IT.<br />
<br />
Just to make sure I wasn't making a mistake.. I cut and paste yours into mine, and I didn't work the way I wanted it too, till I took the actually "href" link out... but...can't do that so.. I am stuck still.<br />
<br />
Thanks for your help.<br />
<br />
Danielle. <br />
<!-- m --><a class="postlink" href="http://bloem.jupiterflame.com">http://bloem.jupiterflame.com</a><!-- m --><!--content-->
 
Back
Top