so jetzt ...
verschiedene Browser getestet, Ergebnis jedesmal identisch.
Mit dem original "modern" Theme funktioniert es.
Mit meinem ...
Admidio generiert folgende Zeile:
Code: Alles auswählen
<span id="calendardiv" style="position: absolute; visibility: hidden; left: 1403px; top: 935px;">
<table id="calendarcpBorder" borderwidth="0" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr><td align="center">
<center>
Am Ende meiner my_body_top.php habe ich ein positions DIV
Code: Alles auswählen
<div class="content" id="content" >
<div class="contentInner" id="contentInner" >
welche mit einer CSS-Anweisung positioniert sind:
Code: Alles auswählen
.content {
position: absolute;
z-index: 6;
top: 198px;
left: 438px;
}
.contentInner {
padding-top: 5px;
padding-bottom: 0px;
width: 503px;
}
Mit einer gegebenen Breite von 503px dürfte er das calendar popup ja gar nicht auf left:1403px positionieren können ...
Admidio 2.2.4, Mac OS/X 10.6, Firefox 4.01