1. Po co Ci prefix na tytule wątku? Żeby łatwiej było znaleść wątki o
CSS w dziale
CSS?
2. Nie przesadzaj z elementami blokowymi;
3. Tabelki też można ładnie ostylować:
table.aplicationsList {
font: 12px Tahoma, Verdana, Arial, sans-serif;
border: #f00 solid 1px;
}
table.aplicationsList tr.row_1 {
background: #e0e0e0;
}
table.aplicationsList tr.row_2 {
background: #efefef;
}
table.aplicationsList tr:hover {
background: #cdcdcd;
}
table.aplicationsList td {
padding: 4px;
}
table.aplicationsList td.name {
width: 190px;
}
table.aplicationsList td.name, table.aplicationsList td.name a {
color: #000155;
text-decoration: none;
}
table.aplicationsList td.name a:hover {
color: #000155;
text-decoration: underline;
}
<table class="aplicationsList"> <td class="name"><a href="putty.exe" title="putty.exe">putty.exe
</a></td> <td class="date">21:08 25.02.06
</td> <td class="name"><a href="putty.exe" title="putty.exe">putty.exe
</a></td> <td class="date">21:08 25.02.06
</td> <td class="name"><a href="putty.exe" title="putty.exe">putty.exe
</a></td> <td class="date">21:08 25.02.06
</td> <td class="name"><a href="putty.exe" title="putty.exe">putty.exe
</a></td> <td class="date">21:08 25.02.06
</td>