Funny little box appearing around graphics

L

laredotornado

Hello, We have built a web page and on IE 6.0, Win XP, when we click on
graphics, a mysterious little dotted box appears around the graphic.
We're pretty sure this is nothing we've programmed in. Is this a
browser setting? Look at the innocuous little dotted box around the
button "Environment"

http://chalantmedia.com/showing-table.jpg

Is this something that can be turned off at a browser setting?

Thanks, - Dave
 
T

Tom Pepper Willett

Did you draw a hotspot on the graphic to set a link?

Tom
| Hello, We have built a web page and on IE 6.0, Win XP, when we click on
| graphics, a mysterious little dotted box appears around the graphic.
| We're pretty sure this is nothing we've programmed in. Is this a
| browser setting? Look at the innocuous little dotted box around the
| button "Environment"
|
| http://chalantmedia.com/showing-table.jpg
|
| Is this something that can be turned off at a browser setting?
|
| Thanks, - Dave
|
 
L

laredotornado

The graphic is clickable, if that's what you mean. Here's the link

http://cwrefillonline.com/donate.php

and here's the code behind the various graphics

<td>
<a href="environment.php" onmouseover="changeImages('NAV_14',
'images/NAV_14-over.gif'); return true;"
onmouseout="changeImages('NAV_14', 'images/NAV_14.gif'); return true;"
onmousedown="changeImages('NAV_14', 'images/NAV_14-over.gif'); return
true;" onmouseup="changeImages('NAV_14', 'images/NAV_14-over.gif');
return true;"><img name="NAV_14" src="images/NAV_14.gif" width="104"
height="58" border="0" alt=""></a></td>

Thanks for any further advice, - Dave
 
T

Tom [Pepper] Willett

I asked if you created a hot spot...as in image map.

Tom

| The graphic is clickable, if that's what you mean. Here's the link
|
| http://cwrefillonline.com/donate.php
|
| and here's the code behind the various graphics
|
| <td>
| <a href="environment.php" onmouseover="changeImages('NAV_14',
| 'images/NAV_14-over.gif'); return true;"
| onmouseout="changeImages('NAV_14', 'images/NAV_14.gif'); return true;"
| onmousedown="changeImages('NAV_14', 'images/NAV_14-over.gif'); return
| true;" onmouseup="changeImages('NAV_14', 'images/NAV_14-over.gif');
| return true;"><img name="NAV_14" src="images/NAV_14.gif" width="104"
| height="58" border="0" alt=""></a></td>
|
| Thanks for any further advice, - Dave
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top