<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>CSS</title>
<style type="text/css">
#list_details tr {
background-color: expression(this.sectionRowIndex==0?"navy":((this.sectionRowIndex % 2 == 0)?"azure":"lavender"));
height: expression(this.sectionRowIndex==0?"30px":"20px");
color: expression(this.sectionRowIndex==0?"#FFFFFF":"");
font-weight: expression(this.sectionRowIndex==0?"BOLD":"");
TableSelect: expression(
this.sectionRowIndex==0?"":(
onmouseover = function() {
this.style.backgroundColor=(
this.style.backgroundColor!="powderblue"?"powderblue":(
this.sectionRowIndex==0?"navy":(
this.sectionRowIndex%2==0?"azure":"lavender")))
},
οnmοuseοut=function() {
this.style.backgroundColor=(
this.style.backgroundColor!="powderblue"?"powderblue":(
this.sectionRowIndex==0?"navy":(
this.sectionRowIndex%2==0?"azure":"lavender")))
}
))
}
#list_details td {
background-color: expression(this.cellIndex==0?(this.parentElement.sectionRowIndex==0?"white":"#C0C0C0"):null);
}
table {
font-size: 12px;
text-decoration: none;
width: 600px;
cursor: pointer ;
background-color: darkgray;
vertical-align: middle;
text-align: center;
}
#list tr {
background-color: expression((this.sectionRowIndex%2==0)?"azure":"lavender");
height: expression(this.sectionRowIndex==0?"30px":"20px");
TableSelect: expression(
οnmοuseοver=function() {
this.style.backgroundColor=(
this.style.backgroundColor!="powderblue"?"powderblue":(
this.sectionRowIndex%2==0?"azure":"lavender"))
},
οnmοuseοut=function() {
this.style.backgroundColor=(
this.style.backgroundColor!="powderblue"?"powderblue":(
this.sectionRowIndex%2==0?"azure":"lavender"))
}
)
}
</style>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0">
<table cellspacing="1" id="list">
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
</body>
</html>