|
Для примера можешь посмотреть как сделано тут
http://www.vodalux.ru/
меню слева
<td style="cursor:hand;" onMouseOver="this.style.backgroundColor='#F5F5F5';" onMouseOut="this.style.backgroundColor='#FFFFFF';" OnClick="document.location='http://www.vodalux.ru/cat407/'">
Это просто вариант...
а поинтереснее есть тут
http://www.sastasoft.spb.ru/projects_tophouse.htm
Слева картинки...
<script>
function togray()
{
i1.style.filter = '';
}
function togray_()
{
i1.style.filter = 'gray()';
}
</script>
<td bgcolor="#4d4d4d"><a href="http://www.tophouse.ru" target="_blank"><img src="img/scr/tophouse1.jpg" width="167" alt="" border="0" style="filter: gray()" id="i1" onmouseover="togray();" onmouseout="togray_();"></a></td>
|