<div id="zgoraj">
<a href="">Domov</a>
<a href="">Moj profil</a>
<a href="">Administracija</a>
<a href="" >Urejanje urnikov</a>
<a href="">Statistike</a>
</div>
<style>
#zgoraj{
width:670px;
background-color:#FF8000;
height:54px;
}
#zgoraj a{
border-style:solid;
border-width:2px;
border-color:black;
padding-top: 20px;
display:block;
float:left;
width:130px;
height:30px;
text-decoration:none;
color:white;
text-align:center;
/*box-shadow: 0 -7px 22px 6px #000000 inset;*/
}
#zgoraj a:hover{
color:black;
background-color:white;
}
</style>
这是我的“菜单栏”的代码。When A link is selected and you are redirected to the specified url I would like the the hover effect to stay on(I will edit href attributte).