Forum Moderators: not2easy
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.