Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
td.normal{
height: 20px;
color: #336699;
background-color: #fff;
}
td.normalon {
height: 20px;
color: #3366FF;
background-color: #c3c;
}
<tr>
<td class="normal" onmouseover="this.className='normalon'"
onmouseout="this.className='normal'"><a href="index.html">Линкче</a></td>
</tr>
bubust каза:Нали знаеш, че така ще му излязат точките пред текста.
Може да стане така:
CSS
Код:td.normal{ height: 20px; color: #336699; background-color: #fff; } td.normalon { height: 20px; color: #3366FF; background-color: #c3c; }
HTML:
Код:<tr> <td class="normal" onmouseover="this.className='normalon'" onmouseout="this.className='normal'"><a href="index.html">Линкче</a></td> </tr>
Сигурно има и по-елегантно решение.
Стана БлагодаряReplace каза:Ползвай tr:hover