Forum Moderators: not2easy
If I have a table in the HTML and the following CSS:
table
{
border-collapse: collapse;
width: 100%;
}
table td
{
border: 30px solid white;
}
In Firefox, the table seems to take the space for the border from AROUND the computed table size. This makes the table bigger than the BODY element - the browser windows horizontal scrollbar appears. Also, any table before or after this table will be overlapped, etc.
Weird!
Works fine in IE though. Any clues, pointers, workarounds, etc?
Thanks,
Cata
Unfortunately, without knowing more about the context, I don't have a fix. I'm sure one of the CSS-gurus can help.