Standardfehler Wo - 2 Divs mit Divs drin.

Status
Nicht offen für weitere Antworten.

chmee

verstaubtes inventar
Premium-User
bf2.phreekz.de

Dauert n bissel, da Server- und Userabfragen gemacht werden.

Problem
Sofort sichtbar, in IE werden die DIVs links und mitte - obwohl absolute - untereinander gesetzt.
In FF kommt dazu, dass die BG-Color und BG-IMG nicht gezeigt werden.

CSS steckt in der HTML. Auszug Hier:
Code:
/*Div Positionen*/
#links[position:absolute;
  top:0px;
  left:0px;
  width:250px;
  z-index:5;
}
#mitte[position:absolute;
  top:0px;
  left:290px;
  width:700px;
  z-index:6;
}
#logo{position:relative;
  height:200px;
  width:250px;
  z-index:10;
}
#server{position:relative;
  text-align:center;
  height:120px;
  width:680px;
  z-index:11;
  background-color: #540000;
  background-image:url(./_pix/Server.gif);
  background-repeat:no-repeat;
  color: #FFAAAA;
  padding:5px;
  margin:5px;
}
#teamspeak{position:relative;
  text-align:left;
  left:10px;
  width:220px;
  z-index:11;
  background-color: #540000;
  color: #FFAAAA;
  padding:5px;
  margin:5px;
}
#userlist{position:relative;
  text-align:center;
  width:680px;
  z-index:11;
  background-color: #001254;
  background-image:url(./_pix/User.gif);
  background-repeat:no-repeat;
  color: #AAAAFF;
  padding:5px;
  margin:5px;
}
#forum{position:relative;
  text-align:left;
  width:680px;
  z-index:11;
  background-color: #543d00; background-image:url(./_pix/Forum.gif);
  background-repeat:no-repeat;
  color: #FFFFFF;
  padding:5px;
  margin:5px;
}
mfg chmee
 
Hi,

tausch mal in den betroffenen Selektoren die eckige Klammer gegen die geschweifte aus.

Von welchen fehlenden Hintergrundfarben und -bilder sprichst du?
 
So - ERLEDIGT !!

Mein Gott, ich habe beim Tippen eckige Klammern gesetzt, anstatt geschweifte.
War davor im php-Universum..

Danke, dass Du vorbei geschaut hast :-) mfg chmee

**EDIT** Danke Maik, habs auch gerade entdeckt..
 
Status
Nicht offen für weitere Antworten.
Zurück