Highlighted Borders

liunx

Guest
How can I make a "Haighlighted" border around an image? <br />
Specifically: Where the border color changes with a mouse rollover. <br />
<br />
Thanks, <br />
Jack<!--content--><img src=http://www.webdeveloper.com/forum/archive/index.php/"foo.png" style="border: 1px solid black;" onmouseover="this.style.borderColor='red';" onmouseout="this.style.borderColor='black';"><!--content-->This requires a mouseover script; Correct?<br />
I am at:http://www.equipmentpolice.com/TEST.Html<br />
Go you shyow me the code to accomplish this?<br />
<br />
Thanks,<br />
Jack<!--content-->Originally posted by Smilin' Jack <br />
This requires a mouseover script; Correct?<br />
<br />
<br />
No mouse over script required.<br />
<br />
Just replace the foo.png in the example with Bonan.jpg.<!--content-->
 
Back
Top