Hi ich habe ein Problem mit meiner page.
Ich habe einen CSS-code:
Code
div.header
{
position: absolute;
left: 0;
top: 0;
background-image: url(images/xphobia_1.jpg);
width: 1000;
height: 155;
}
div.left-space
{
position: absolute;
left: 0;
top: 155;
background-image: url(images/xphobia_2.jpg);
width: 13;
height: 645;
}
div.left-navi-clan
{
position: absolute;
left: 13;
top: 155;
background-image: url(images/xphobia_3.jpg);
width: 145;
height: 13;
}
div.left-content-space
{
position: absolute;
left: 158;
top: 155;
background-image: url(images/phobia_4.jpg);
width: 8;
height: 145;
}
div.content
{
position: absolute;
left: 166;
top: 155;
background-image: url(images/phobia_5.jpg);
width: 640;
height: 645;
}
div.right-content-space
{
position: absolute;
left: 806;
top: 155;
background-image: url(images/phobia_6.jpg);
width: 8;
height: 645;
}
div.right-navi-login
{
position: absolute;
left: 814;
top: 155;
background-image: url(images/phobia_7.jpg);
width: 171;
height: 13;
}
div.right-space
{
position: absolute;
left: 985;
top: 155;
background-image: url(images/phobia_8.jpg);
width: 15;
height: 645;
}
div.left-navi-clan-inhalt
{
position: absolute;
left: 13;
top: 168;
background-image: url(images/phobia_9.jpg);
width: 145;
height: 39;
}
div.right-navi-login-inhalt
{
position: absolute;
left: 814;
top: 168;
background-image: url(images/phobia_10.jpg);
width: 171;
height: 39;
}
div.left-navi-community
{
position: absolute;
left: 13;
top: 207;
background-image: url(images/phobia_11.jpg);
width: 154;
height: 14;
}
div.right-navi-vote
{
position: absolute;
left: 814;
top: 207;
background-image: url(images/phobia_12.jpg);
width: 171;
height: 14;
}
div.left-navi-community-inhalt
{
position: absolute;
left: 814;
top: 207;
background-image: url(images/phobia_13.jpg);
width: 171;
height: 14;
}
Alles anzeigen
und eine test.php in dem die divs stehen:
Code
</head>
<body bgcolor="#878787" rigthmargin="0" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div class="header"></div>
<div class="left-space"></div>
<div class="left-navi-clan"></div>
<div class="left-content-space"></div>
<div class="content"></div>
<div class="right-content-space"></div>
<div class="right-navi-login"></div>
<div class="right-space"></div>
<div class="left-navi-clan-inhalt"></div>
<div class="right-navi-login-inhalt"></div>
<div class="left-navi-community"></div>
<div class="right-navi-vote"></div>
<div class="left-navi-community-inhalt"></div>
</body>
</html>
Alles anzeigen
aber auf der seite wird nichts angezeigt....woran kann das liegen.
http://azustek.funpic.de/test.php