Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I've got a problem with CSS and the Netscape Navigator. This is a class from my .css-file:
.bord { border:1px solid #2a2a2a }
When I use it like this:
<table>
<tr>
<td class="bord">
test
</td>
</tr>
</table>
then ist works with IE (there's a thin border around the table-cell), but it does not work with Netscape. Please tell me if I made a mistake, or if there are any alternatives to get the desired effect! And sorry for my bad englisch. ;-)
Bye, Malle
I've got a problem with CSS and the Netscape Navigator. This is a class from my .css-file:
.bord { border:1px solid #2a2a2a }
When I use it like this:
<table>
<tr>
<td class="bord">
test
</td>
</tr>
</table>
then ist works with IE (there's a thin border around the table-cell), but it does not work with Netscape. Please tell me if I made a mistake, or if there are any alternatives to get the desired effect! And sorry for my bad englisch. ;-)
Bye, Malle