BuilderQ
07-20-2005, 05:53 PM
On one of my sites (http://fourinarow.50webs.com), I'm trying to duplicate cellpadding="0" with css.
td {
background-color : #4682b4;
border-width : 1px;
border-style : inset;
padding : 0;
}
However, only in IE does this work as I want. Opera and Netscape distort what is meant to be grid of squares, by adding padding below the images in the cells. There must be a simple fix for this?
td {
background-color : #4682b4;
border-width : 1px;
border-style : inset;
padding : 0;
}
However, only in IE does this work as I want. Opera and Netscape distort what is meant to be grid of squares, by adding padding below the images in the cells. There must be a simple fix for this?