I can't figure out how to create a table border that works in all browsers.
If I define a class for the border and apply it to the <TABLE> tag, it doesn not work in NN 4.x
If I use a nested tables, I am not seeing the border in IE.
If I have use a class
.tblbor {
border-color : #0000BD;
border-width : 1px;
border-style: solid;
}
and apply it to a <DIV> tag and wrap a 75% width table in the <DIV>, the border is 100%
What is the best way to create cross browser table borders.
Also, I thought nested tables worked in all browsers, but I seem to be having a problem w/ IE.
If I define a class for the border and apply it to the <TABLE> tag, it doesn not work in NN 4.x
If I use a nested tables, I am not seeing the border in IE.
If I have use a class
.tblbor {
border-color : #0000BD;
border-width : 1px;
border-style: solid;
}
and apply it to a <DIV> tag and wrap a 75% width table in the <DIV>, the border is 100%
What is the best way to create cross browser table borders.
Also, I thought nested tables worked in all browsers, but I seem to be having a problem w/ IE.