Quellcode
- .menu { height: 50px; width: 1000px; margin: 0; background: #fcfcfc url("../img/menu.png") no-repeat; }
- .menu a {
- color: #013a00;
- text-decoration: none;
- }
- .innermenu {
- margin-left: 20px;
- }
- .menu #entries {
- display: inline;
- margin-left: 20px;
- }
- .menu #entries li {
- display: inline;
- list-style-type: none;
- }
- .menu #entries li span {
- display: block;
- height: 35px;
- float:left;
- padding: 15px 7px 0 7px;
- vertical-align: middle;
- text-align: center;
- }
- .menu #entries li span:hover, .menu #entries li span:active{
- color: #fff;
- background: url("../img/middle_active.png") repeat-x;
- }
Ich weiß jetzt nicht, wie der HTML Teil aussehen soll, damit das Menü so angezeigt wird, wie es angezeigt werden soll. Kann mir da jemand helfen?