|
Posted by Andrew on 05/29/06 18:14
Jonathan N. Little wrote:
The space between cells is what I think you are
> observing. If the borders are not collapsed as you move from cell 1 to
> cell 2 you will pass over a bit of the TR again
Hi,
Yeah they are collapsed and it makes no difference.
Surely by this logic though, it would never get called at the edges
because the TDs butt right up to them?
<tr><td></td><td></td></tr>
Any other suggestions or workarounds?
heres my css:
table
{
border-spacing:0px;
border-collapse: collapse;
border-width: 0px;
width: 1000px;
}
td
{
font-family: Arial, Verdana, Sans-Serif;
font-size: 12px;
margin: 0px 0px 0px 0px;
cursor: pointer;
vertical-align: top;
}
Thanks for the help :)
Andrew
Navigation:
[Reply to this message]
|