this looks like tabular information: it should be in a table, not a css layout.
you could use something like colorbox to do the hover effect (although it doesn't look like a very usable effect: it makes the entire group of tables hard to read).
__________________
No Sir ,I cannot use any software like Colorbox you mentioned@traq.
I have to design a CSS code for this template but need some guidance of the experts here.
I am new to this forum & I joined here in hope that I can find some really good code and genuine help like the codes in dynamicdrive.com which is really cool and helpful.
.There are many advanced topics in dynamicdrive.com, so looking forward for some positive help from this forum.
The above template is nothing compared to the topics already covered here.
So I feel the experts will try to guide me on this .
I have already tried by myself but cannot figure out how to do the rest-
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style>
.t1
{
width:500px;
height:200px;
position:absolute;
top:10px;
left:10px;
border:3px solclass;
}
.a
{ background-color:#DDE4FF ;
text-align:center;
color:#36454C;
}
.b
{ background-color: #D0DAFD ;
color:#36454C;
}
.c
{ background-color: #EFF3FF ;
}
.d
{ background-color: #EAEDFF ;
}
</style>
</head>
<body>
<!-- Table markup-->
<table class="t1">
<tr>
<th scope="col" class="a">Comedy</th>
<th scope="col" class="b">Adventure</th>
<th scope="col" class="a">Action</th>
<th scope="col" class="b">Children</th>
</tr>
<tr> <td class=c>Scary Movie</td> <td class=d>11</td> <td class=c>11</td> <td class=d>11</td> </tr>
<tr><td class=c>Epic Movie</td> <td class=d>11</td> <td class=c>11</td> <td class=d>11</td> </tr>
<tr><td class=c>Spartan</td> <td class=d>11</td> <td class=c>11</td> <td class=d>11</td> </tr>
<tr><td class=c>Dr. Dolittle</td> <td class=d>11</td> <td class=c>11</td> <td class=d>11</td> </tr>
</table>
</body>
</html>
Hope the Experts here won't dishearten me .....
Bookmarks