hallo,
habe den rat von antipitch befolgt und alle tabellen rausgeworfen, die bilder zu einem hintergrundbild zusammengefasst und meine navi draufgesetzt. tolle sache - siehe hier:
http://www.martinlanius.de/test2.html
aber nur mit dem ie! im firefox fehlt das hintergrundbild und eine tabelle, welche darunterhängt und mittig gesetzt ist, rutscht neben die navi :-(
hier noch mal die komplette neue css:
div#Top {
background-image: url(images/alabaster_top.jpg);
width: 765px;
margin-left: auto;
margin-right: auto;
margin-top: 0;
border: 0;
}
div#Block {
width: 643px;
margin-left: 122px;
margin-top: 91px;
border: 0;
}
ul#Navigation {
margin: 0;
padding: 0;
text-align: center;
}
ul#Navigation li {
list-style: none;
float: left; /* ohne width - nach CSS 2.1 erlaubt */
position: relative;
margin: 0;
padding: 0;
}
ul#Navigation a {
display: block;
width: 105px; /* Breite den in li enthaltenen Elementen zuweisen */
padding: 0;
text-decoration: none;
font: bold 13px Verdana,Arial,Helvetica;
border: 1px solid white;
border-left-color: white; border-top-color: white;
color: white; background-color: #4195DE;
}
* html ul#Navigation a, * html ul#Navigation span {
width: 105px; /* Breite Block nach altem MS-Boxmodell für IE 5.x */
w\idth: 105px; /* korrekte Breite Block fuer den IE 6 im standardkonformen Modus */
}
ul#Navigation a:hover {
color: white; background-color: #3154A2;
}
gruss, martin