|
|
onMouseOver border color change | ||
Discussion by suicide with 1 Replies.
Last Update: September 8, 2004, 2:46 am | |||
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?
Tue Sep 7, 2004 Reply New Discussion
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/"
onmouseout="button_off('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.
<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/"
onmouseout="button_off('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.
Wed Sep 8, 2004 Reply New Discussion
buttonclicking (2)
|
(6) Hex Color codes a list of colors in code
|
Index




