td.cell:hover
{
background-color:#6C9FCE;
display: block { width: 200 px; height:15 px;
}
I know this isn't 100 % right... But it does work in Firefox. How can I get this to work in IE aswell?
And how do I link the entire cell, not just the text?
Posted 02 October 2005 - 12:33 PM
td.cell:hover
{
background-color:#6C9FCE;
display: block { width: 200 px; height:15 px;
}
Posted 02 October 2005 - 01:22 PM
Posted 02 October 2005 - 01:29 PM
c.designs, on Oct 2 2005, 05:33 PM, said:
td.cell:hover
{
background-color:#6C9FCE;
display: block { width: 200 px; height:15 px;
}
Posted 02 October 2005 - 01:33 PM
td.cell:hover {
text-decoration:none;
color:#fff;
background-color:#6c9fce;
display:block-width: 199px; block-height: 15px;
}
And it still doesn't work.Edited by c.designs, 02 October 2005 - 01:34 PM.
Posted 02 October 2005 - 02:15 PM
Posted 02 October 2005 - 07:54 PM
0 members, 1 guests, 0 anonymous users