
Tutaj kod html menu:
A tu kod css:
#menu { width: 780px; height: 73px; background: url('images/menu2.png') no-repeat; } #menu ul { margin-left: 200px; padding-top: 19px;} #menu ul li { line-height: 50px; font-family: arial, sans-serif; font-size: 13px; display: block; list-style: none; padding: 0; margin: 0; float: left; text-align: center; padding-left: 5px; } #menu a:link, #menu a:visited { text-decoration: none; display: block; width: 100px; height: 54px; color: #717171; font-weight: bold; float: left; } #menu a:hover, #menu a.active{ background: url('images/hover.png') no-repeat; font-weight: bold; text-decoration: none; color: white; }
Za pomoc dziękuje
