kód:
<style type="text/css">
#headermenu {
width:820px;
height:48px;
position:relative;
top:-375px;
background-color: rgba(237, 241, 128);
}
.headermenu {
width: 117px;
height: 35px;
padding-top:15px;
display: block;
float: left;
text-align: center;
text-decoration: none!important;
text-transform: uppercase;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
font-weight: 390;
font-size: 16px;
letter-spacing: 2px;
color: #000000!important;
transition: all .5s ease;
}
.headermenu:hover {
color: #FC9680!important;
text-decoration: none;
background-color: rgba(247, 147, 155);
}
</style>
<div align="center">
<a href="#"><img src="//jegvirag.gportal.hu/portal/jegvirag/image/gallery/1491895414_46.jpg"></a>
<div id="headermenu">
<a href="#" class="headermenu">link</a>
<a href="#" class="headermenu">link</a>
<a href="#" class="headermenu">link</a>
<a href="#" class="headermenu">link</a>
<a href="#" class="headermenu">link</a>
<a href="#" class="headermenu">link</a>
<a href="#" class="headermenu">link</a>
</div></div>