MichaL
3
Hallo Max,
vielen Dank für Deine schnelle Hilfe.
Ich habe padding (und margin) auf Null für diese ID
#usermap {
width:100%;
height:100%;
margin:0;
padding:0;
/*
position: relative;
left: -10px; */
}
Laut Dragonfly wird eine weitere CSS-Klasse hinzugefügt (olMap), wo diese Eigenschaften auch explizit gesetzt werden:
div.olMap {
cursor: default;
margin-bottom: 0px !important;
margin-left: 0px !important;
margin-right: 0px !important;
margin-top: 0px !important;
padding-bottom: 0px !important;
padding-left: 0px !important;
padding-right: 0px !important;
padding-top: 0px !important;
z-index: 0;
}
Ich könnte, ohne das ich die Tragweite abschätzen kann im Moment, direkt das folgende DIV ansprechen via
#content .article > div
Das würde aber nur die Symptome bekämpfen und nicht die wirkliche Ursache.
Warum wird sie nicht berücksichtigt?
Gruß Micha