Сообщение от Marselomo
|
Подскажите какой код надо написать что-бы при наведении на пункт меню он выделялся!Заранее спасибо!
|
<ul>
<li onmouseover="this.style.backgroundColor = 'red'" onmouseout="this.style.backgroundColor = 'white'">пункт меню</li>
<li onmouseover="this.style.backgroundColor = 'red'" onmouseout="this.style.backgroundColor = 'white'">пункт меню</li>
<li onmouseover="this.style.backgroundColor = 'red'" onmouseout="this.style.backgroundColor = 'white'">пункт меню</li>
<li onmouseover="this.style.backgroundColor = 'red'" onmouseout="this.style.backgroundColor = 'white'">пункт меню</li>
</ul>