Szerintem akkor akár mehetne az összes div-ed absolute pozicioval, és az ilyenekre figyelj oda:
#menu{ margin-left: auto; margin-right: auto; padding-left: auto; white-space: nowrap; position: relative; height: 27px; width: 728px;
}
hogy mindig a position legyen elől, IE nekem csinált emiatt érdekes dolgokat.
#menu{ position: relative; margin-left: auto; margin-right: auto; padding-left: auto; white-space: nowrap; height: 27px; width: 728px;
}
meg az n1, n2 nek se ártana position-t beállítani. |