suicide1405241470 0 Report post Posted September 7, 2004 I have a cell in a table that has some images inside it. How can I make it so that when you mouse over the cell the border color of the image will change? Share this post Link to post Share on other sites
iGuest 3 Report post Posted September 8, 2004 well i think u need to make css code for doing that here is code from my webpage which i need to host here at asta so u cant view it yet but here is a code from it<TABLE BORDER=0 cellpadding=0 cellspacing=0><tr> <td width="437" height="30"> <TABLE BORDER=0 cellpadding=0 cellspacing=0 width="438" height="37"> <tr> <td width="58"> <a href="home.html"onmouseout="button_off('eyeleft'); return true" onmouseover="button_on('eyeleft'); return true"> <font color="#00FF00" size="3" face="Courier New, Courier, mono"><i><font face="Times New Roman, Times, serif">Home</font></i></font> </a></td> <td width="90"> <a href="about.html"onmouseout="button_off('eyeright'); return true" onmouseover="button_on('eyeright'); return true"> <font color="#00FF00" size="3" face="Courier New, Courier, mono"> <i><font face="Times New Roman, Times, serif">AboutUs</font></i></font></a></td> <td width="78"> <a href="http://skullbreakes.proboards27.com/('eyeright'); button_off('eyeleft'); return true" onmouseover="button_on('eyeright'); button_on('eyeleft'); return true"> <font color="#FFCCFF" size="3" face="Courier New, Courier, mono"> <font color="#00FF00"><i><font face="Times New Roman, Times, serif">Forum</font></i></font></font><font size="3" face="Times New Roman, Times, serif"><i><font color="#00FF00">s</font></i></font></a></td> <td width="109"> <a href="downloads.html"onmouseout="button_off('eyeleft'); return true" onmouseover="button_on('eyeleft'); return true"> <font size="3" face="Times New Roman, Times, serif" color="#00FF00"><i>Downloads</i></font> </a></td> <td width="52"> <a href="news.html"onmouseout="button_off('eyeright'); return true" onmouseover="button_on('eyeright'); return true"> <font face="Times New Roman, Times, serif" size="3" color="#00FF00"><i>News</i></font> </a></td> <td width="51"> <a href="guests.html"onmouseout="button_off('eyeright'); button_off('eyeleft'); return true" onmouseover="button_on('eyeright'); button_on('eyeleft'); return true"> </a></td></tr></table></td> <td rowspan=4 width="260"><img src="images/right.gif" border=0 width="232" height="391"></td> </tr>if u need full demo of the site i think i wont be ablet to give till i get some webspace here. Share this post Link to post Share on other sites