Код HTML:
a:hover {
background: подставляем цвет;
}
должно работать
SuperSkat, а так:
Код HTML:
<html>
<style type=text/css>
.menu a:link, a:visited, a:active {
font-family: Georgia;
font-weight: bold;
font-size: 12px;
text-decoration: none;
color: #74aee5;
}
.menu a:hover {
background: #ff0000;
}
</style>
<div class="menu"><a href="@">МЕД</a></div>
</html>