animsaj
06-26-2016, 09:51 PM
I tried many things and they does not work. Table is on this page: http://nicolacoins.blogspot.bg
The problem appeared when I added this code:
<style>
#hovercolor{
border-collapse:collapse;
}
#hovercolor tr {
background-color:transparent;
}
#hovercolor tr:hover td {
background-color:#ceeca5;
}
#hovercolor tr td.link{
background-color:transparent;
}
</style>
Please tell me how to reduce the height of the rows :)
The problem appeared when I added this code:
<style>
#hovercolor{
border-collapse:collapse;
}
#hovercolor tr {
background-color:transparent;
}
#hovercolor tr:hover td {
background-color:#ceeca5;
}
#hovercolor tr td.link{
background-color:transparent;
}
</style>
Please tell me how to reduce the height of the rows :)