You are not logged in.

  • "Gregorthom" is male
  • "Gregorthom" started this thread

Posts: 97

Location: Düsseldorf

  • Send private message

1

Friday, July 3rd 2009, 8:31am

UserPanel verschieben beim IE6

Hallo,

dank des Forum habe ich mit folgendem Code das UserPanel an die stelle verschoben, wo ich es gerne hätte:

Cascading style sheet

1
2
3
4
5
6
7
#userPanel {
color: #f6ecc8;
position: relative;
top: 113px;
right: 0px;
z-index: 100;
}


Das funktioniert auch prima, nur im Internet Explorer 6 bleibt das Userpanel an der ursprünglichen Stelle. Wie kann ich den Code verändern oder anpassen, damit die verschoebene Darstellung auch im IE6 funktioniert?

Gruß
Gregor

2

Saturday, July 4th 2009, 2:26pm

Versuch mal anstatt realtive absolute. Damit hatte ich beim IE6 noch nie Probleme. Allerdings musst du vermutlich den Rest dann noch mal anpassen.


„Gorgeous designs. We did it. You'll love it.“

  • "Gregorthom" is male
  • "Gregorthom" started this thread

Posts: 97

Location: Düsseldorf

  • Send private message

3

Wednesday, July 15th 2009, 8:15pm

Hallo Tom,

danke für die Hilfe, aber irgendwie komme ich jetzt gar nicht mehr klar, siehe Bild:
index.php?page=Attachment&attachmentID=35340

Der Code:

Cascading style sheet

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#header, #logo, .mainMenu {
	border: 0 !important;
	background: transparent !important;
}

#header {
   position:relative;
   top: 15px; /* Wert anpassen */
}

#userPanel {
color: #f6ecc8;
position: absolute;
top: 113px;
z-index: 100;
}


So soll es eigentlich aussehen (Uhrzeit/Datum rechts).
index.php?page=Attachment&attachmentID=35341
Ich erreiche diesen Zustand aber immer nur mit "relative", was dann zu den beschriebenen Problemen beim IE6 führt.

Hast Du einen Tipp für mich?

Gruß
Gregor

This post has been edited 1 times, last edit by "Gregorthom" (Jul 15th 2009, 8:20pm)


  • "black_kite" is male

Posts: 3,015

Location: braunschweig

Occupation: alles möglich

  • Send private message

4

Wednesday, July 15th 2009, 9:31pm

versuch es dochmal auch eine width angabe in userpannel
alle Beiträge zwischen 20.00 und 23.59 Uhr, können Ignoriert werden