Anzeigefehler IE

Status
Nicht offen für weitere Antworten.

resterampe

Mitglied
Zuletzt bearbeitet:
Code:
#nav { position:fixed; left:0; top:0; height:100%; width:155px; background:#fff -17px 0; font-size:11px; color:#fff; z-index:5; }

#nav .top {  position:fixed; margin:0; padding:0; left:0; top:0; display:block; width:155px; height:100px; background:transparent; z-index:7; border-bottom:1px solid #fc6; }

#nav .bottom { position:fixed; margin:0; padding:0; bottom:0; left:0; display:block; width:180px; height:18px; background-color:transparent; z-index:7; border-top:1px solid #fc6; }

#nav2 { position:fixed; left:155px; top:0; bottom:0; height:100%; margin:0 0 18px 0; width:180px; background:#fc6; font-size:11px; color:#fff; z-index:6; overflow:auto; }

#nav2 .top {  position:fixed; margin:0; padding:0; left:155px; top:0; display:block; width:180px; height:100px; z-index:7; border-bottom:1px solid #ff9; }

#nav2 .bottom { position:fixed; margin:0; padding:0; bottom:0; left:155px; display:block; width:180px; height:18px; background-color:#fc6; z-index:7; border-top:1px solid #ff9; }

Für den IE
Code:
* html #nav { position:absolute; }
* html #nav .top { height:103px; }
* html #nav #background { position:absolute; margin:-104px 0 0 0; }
* html #nav .bottom { position:absolute; }

* html #nav2 { position:absolute; overflow:hidden; }
* html #nav2 .top { height:103px; }
* html #nav2 .menu { margin:10px auto 0 auto; width:140px; }
* html #nav2 .bottom { position:absolute; }

Ich konnte mein Problem schon eingrenzen, es liegt an dem
Code:
* html #nav2 .bottom { position:absolute; }

Wenn ich es weglasse wird der Balken zwar angezeigt, aber an falscher Stelle...

Julian
 
Hallo,

versuche doch mal, das DIV.bottom mit dem entsprechenden margin-top-Wert an seine gewünschte Position zu 'schieben'.
 
funktioniert leider nicht, habe es gerade nochmal getestet.

Versuche grade den ein oder anderen Workaround...
bis jetzt leider ohne Erfolg.

Danke
Julian

Edit:
habe jetzt eine "Lösung" gefunden,leider muss ich jetzt bei jeder Änderung des Menüs das Design anpassen...

Für weitere Ideen wäre ich dankbar

Julian
 
Zuletzt bearbeitet:
Mein Vorschlag wird vom IE (6.0 | Win2000) einwandfrei übernommen:

CSS:
* html #nav2 .bottom { margin-top: 214px; }
 
Ich hatte gerade diese Code-zeile mit Werten bis 500px hochgeladen ohne irgendeinen Erfolg...
Kannst Du mir mal bitte ein Feedback geben ob das bei Dir jetzt vernünftig ausschaut?
 
Ich nehme alles zurück, denn das DIV befindet sich nun bei unterschiedlicher Fenstergröße immer an einer anderen Position ... :(

Das gleiche gilt für deinen Test.
 
Meine Mittagspause ist gleich vorbei ..., werde heute Abend nochmal einen Blick drauf werfen ;)
 
Status
Nicht offen für weitere Antworten.
Zurück