تغییر رنگ بکگراند با رفتن موس روی اون ؟؟؟
درود
دوستان من یه جدول ساختم میخوام وقتی موس روی اون میره بکگراندش عوض بشه
Table Cell Background Colors Change on Mouseover
کسی میتونه برام درستش کنه ؟
کد:
<!-- header -->
<html><head><title>مدیریت </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style>
body,td {font-family: "Tahoma"; font-size: 10pt;}
.button { font-family: "Tahoma"; font-size: 11px; font-style: _italic; height: 18px; width: 50px}
.editbox {font-family: "Tahoma"; font-size: 11px; height: 16px;}
</style></head><body bgcolor="#FFFFFF">
<table width="100%" border="5" cellspacing="0" cellpadding="0" id="t$userid">
<form name="form" method="post" action="account">
</form>
<!-- body -->
<form name="form" method="post" action="account">
<input type=hidden name="userid" value="$username">
<tr align="center">
<td nowrap width="0" bgcolor="#FFFFFF">
<font face="Tahoma" size="2"><font size="2">
<input type="submit" name="edit" value="Edit" class="button"></font>
</font>
</td>
<td nowrap width="0" bgcolor="#FFFFFF">
<font face="Tahoma" size="2"><font size="2">
<input type="submit" name="delete" value="Delete" class="button"></font>
</font>
</td>
<td nowrap width="0" bgcolor="#CCFFCC">
<font face="Tahoma" size="2"><font size="2">
<input type="text" name="username" size="15" value="$username" class="editbox"></font>
</font>
</td>
<td nowrap width="0" align="center" bgcolor="#FFCCFF">
<font face="Tahoma">
<input type="checkbox" name="enable" value="1" $checkenable></font><font size="2" face="Tahoma">
</font>
</td>
<td nowrap width="0" align="center" bgcolor="#CCCCFF">
<font face="Tahoma">
<input type="checkbox" name="usepassword" value="1" $checkusepassword></font><font face="Tahoma" size="2">
<font size="2">
<input type="text" name="password" size="15" value="$password" class="editbox" tabindex="2"></font>
</font>
</td>
<td nowrap width="0" align="center" bgcolor="#FFCC00">
<font face="Tahoma">
<input type="checkbox" name="useipaddress" value="1" $checkuseipaddress></font><font face="Tahoma" size="2">
<font size="2">
<input type="text" name="ipaddress" size="15" value="$ipaddress" class="editbox"></font>
</font>
</td>
<td nowrap width="0" bgcolor="#C0C0C0">
<font face="Tahoma">
<input type="checkbox" name="usemacaddress" value="1" $checkusemacaddress></font><font face="Tahoma" size="2">
<input type="text" name="macaddress" size="15" value="$macaddress" class="editbox">
</font>
</td>
<td nowrap width="0" bgcolor="#FFCCCC">
<font face="Tahoma" size="2"><font size="2">
<input type="text" name="connection" size="4" value="$connection" class="editbox"></font>
</font>
</td>
<td nowrap width="0" bgcolor="#FFFFFF"><font size="2" face="Tahoma">$activeconn</font></td>
<td nowrap width="0" bgcolor="#99FF66">
<font face="Tahoma" size="2"><font size="2">
<input type="text" name="bandwidth" size="6" value="$bandwidth" class="editbox"></font>
</font>
</td>
<td nowrap width="0" bgcolor="#FFFFFF"><font size="2" face="Tahoma">$curbandwidth
</font> </td>
<td nowrap width="0" bgcolor="#FF6699">
<font face="Tahoma">
<input type="checkbox" name="autodisable" value="1" $checkautodisable></font><font face="Tahoma" size="2">
<font size="2">
<input type="text" name="disabledate" size="13" value="$disabledate" class="editbox"></font>
<font size="2">
<input type="text" name="disabletime" size="10" value="$disabletime" class="editbox"></font>
</font>
</td>
</tr>
</form>
<!-- tail -->
</table>
</body>
</html>