На това може ли да му се сложи нещо каот падащо меню след като се мине с мишката? Обаче само на 1 прозорче ми трябва ,не на всички
Код:
.menu {
height: 39px;
padding: 0 0px;
margin: 0 auto;
text-decoration: none;
}
.menu ul {
margin: 0 0px;
padding: 0;
float: left;
text-decoration: none;
}
.menu li {
margin: 0;
padding: 0;
list-style: none;
line-height: 31px;
float: left;
border-left: 1px solid #548f1b;
text-decoration: none;
margin: 5 0 0 0px;
}
.menu a:visited, .menu a:link{
line-height: 31px;
color: #000;
font-family:Arial;
font-weight:bold;
font-size:13px;
padding: 0 12px;
float: left;
text-decoration: none;
}
.menu a:hover {
color: #000;
text-decoration: none;
background: url(images/nav_hover_bg.gif);
text-decoration: none;
}