Hallo, ich bin dabei, eine Internetseite neu zu gestalten. Die neue Form findet man unter www.s-hennebach.de/test/index.html.
Die obige Menüleiste wird im IE 7 und Firefox korrekt angezeigt, im IE 6 aber nicht. Wie kann ich sie kompatible machen. Auszug aus der css.Datei :
/** * @section Hauptmenü */
head ul { position: absolute; top: 30px; left: 45px; bottom: 0; right: 0; font-size: 1em; }
head ul li { float: left; list-style: none; margin: 40px 10px 0 0; }
head ul a,
head ul strong { color: #6DCFF6; background:#FBFBFB; url(images/nav_bg.jpg) bottom left repeat-x;
display: block; padding: 1em; text-transform: uppercase; text-decoration: none; font-weight: bold; }
head ul a:hover,
head ul a:focus,
head ul a:active,
head ul strong { color: white; background: #6DCFF6 url(images/navbghover.gif) bottom left repeat-x;
}
Gruss Jörg
Diese Frage teilen