Jeg har lige et tillægsspørgsmål:
Jeg vil gerne have stylet rækker med klassen "admincatrows". Jeg kan fint i mit style.css med admincatrows td { padding: 0px; }, men i IE virker det ikke (noget med nestede elementer vil jeg gætte på)
<table class="border" id="mycontenttable">
<tr style="font-weight: bold;">
<td style="width: 10px;"> </td>
<td style="width: 320px;">Fag</td>
<td style="width: 80px;">Kategorier</td>
<td colspan="3">Filer</td>
</tr>
<tr>
<td style="width: 10px;"><img src="
http://localhost/notenet/interface/show.gif" title="show" onmouseover="style.cursor='pointer';" id="1" onclick="ChangeImage(this.id); RowVisibility(this.id);" alt="show"></td>
<td>Dansk</td>
<td>4</td>
<td>4</td>
<td style="width: 10px;"><a href="
http://localhost/notenet/admin/cats/action=Edit&CatId=1"><img src="
http://localhost/notenet/interface/edit.gif" title="edit" 0 alt="edit"></a></td>
<td style="width: 10px;"><a href="
http://localhost/notenet/admin/cats/action=Delete&CatId=1"><img src="
http://localhost/notenet/interface/delete.gif" title="delete" 0 alt="delete"></a></td>
</tr>
<tr class="1 hidden admincatrows">
<td> </td>
<td colspan="2"> » Mellemkrigstiden</td>
<td>2</td>
<td style="width: 10px;"><a href="java script: EditForm('1', 'Mellemkrigstiden', '1');"><img src="
http://localhost/notenet/interface/edit.gif" title="edit" 0 alt="edit"></a></td>
<td style="width: 10px;"><a href="
http://localhost/notenet/admin/cats/action=Delete&SubCatId=1"><img src="
http://localhost/notenet/interface/delete.gif" title="delete" 0 alt="delete"></a></td>
</tr>