Forum Moderators: not2easy

Message Too Old, No Replies

Table data cell border

Why it works not in all browsers?

         

Dezmond

9:13 am on Aug 3, 2006 (gmt 0)

10+ Year Member



Hi there!

I have a little simple question about border option in table data cell style.

So, I have wrote this code:

<table>
<tr>
<td style="border:solid; border-color:#000000; border-width:1px; border-top:none;">

.......................

</td>
</tr>
</table>

Why it looks nice in IE and don't works in Mozilla FireFox?

Help me, please, solve this problem.

Thank you in advance.

seanbun

1:21 pm on Aug 3, 2006 (gmt 0)

10+ Year Member



When i test your code on IE6 and FF1.5, it looks the same, a 1px box without top border.

...