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 "Environmen t"
Is this something that can be turned off at a browser setting? This is
the code behind the environment button (but the box happens upon
clicking on any button)
<td>
<a href="environme nt.php" onmouseover="ch angeImages('NAV _14',
'images/NAV_14-over.gif'); return true;"
onmouseout="cha ngeImages('NAV_ 14', 'images/NAV_14.gif'); return true;"
onmousedown="ch angeImages('NAV _14', 'images/NAV_14-over.gif'); return
true;" onmouseup="chan geImages('NAV_1 4', '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, - Dave
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 "Environmen t"
Is this something that can be turned off at a browser setting? This is
the code behind the environment button (but the box happens upon
clicking on any button)
<td>
<a href="environme nt.php" onmouseover="ch angeImages('NAV _14',
'images/NAV_14-over.gif'); return true;"
onmouseout="cha ngeImages('NAV_ 14', 'images/NAV_14.gif'); return true;"
onmousedown="ch angeImages('NAV _14', 'images/NAV_14-over.gif'); return
true;" onmouseup="chan geImages('NAV_1 4', '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, - Dave
Comment