مشکل hover در اینترنت اکسپلورر
سلام
من برایه اولین بار تصمیم گرفتم یه وبسایت بcss بسازم تا اواسط کار داشت خوب پیش میرفت ولی وسطایه مار یه لحضه دیدم که یکی از تیبل ها کار نمیکنه منم افتادم به جونش بقیه کد هایه css رو پاک کردم بقیه تیبل ها و دم دستگاه هارو هم پاک کردم بازم نشد لطفا یکی نگاه کنه ببینه مشکلش چیه منو کشت
مثلا قراره یه تیبل باشه که وقتی موس میره رویه سطر هاش رنگشون عوض بشه
[HTML]<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>index</title>
<style type="text/css">
#test-table {
width:250px;
margin:0 auto;
text-align:center;
}
#test-table tr {
background-color:#9e9f9f;
}
#test-table tr:hover {
background-color:#3b9ddb;
}
</style>
</head>
<body>
<div align="center">
<table width="962" height="945" border="0" cellpadding="0" cellspacing="0" bgcolor="#000000" id="main">
<tr>
<td width="771" height="151"> </td>
<td width="191"> </td>
</tr>
<tr>
<td height="382"> </td>
<td valign="top" bgcolor="#000000">
=============>>>>
<table width="50" border="1" cellpadding="0" cellspacing="0" bordercolor="#FF9900" bgcolor="#000000" id="test-table">
<tr>
<td height="63" background="../image/choose1.gif"> </td>
</tr>
<tr>
<td><a href="../brands/sony.php">SonyEricsson</a></td>
</tr>
<tr>
<td><a href="../image/choose.gif">Nokia</a></td>
</tr>
<tr>
<td><a href="../image/choose.gif">Samsung</a></td>
</tr>
<tr>
<td><a href="../image/choose2.gif">Motorola</a></td>
</tr>
<tr>
<td><a href="../image/choose.gif">áæÇÒã ÌÇäÈí</a></td>
</tr>
<tr>
<td height="0"><a href="../image/choose.gif">ÏíÑ æÔí åÇ</a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="281"> </td>
<td valign="top" bgcolor="#000000"> </td>
</tr>
<tr>
<td height="131"> </td>
<td> </td>
</tr>
</table>
</div>
</body>
</html>
[/HTML]