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:
mfg chmee
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;
}