Hi leute,
Ich verzweifle...
Wiso wird da einfach nichts angezeigt^^...??????????
ich seh nur den balken von buttons mehr ned... wisoo??
hier mein code.. vom .php
und die css
bitte um hilfe plzz^^..
ich danke euch viel mals...
Ich verzweifle...
Wiso wird da einfach nichts angezeigt^^...??????????
ich seh nur den balken von buttons mehr ned... wisoo??
hier mein code.. vom .php
Code:
<html>
<head>
<title>/*</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css"/>
</head>
<body>
<div id="page">
<div id="header">
</div>
<!--Buttons-->
<div id="buttons">
<a class="home" href="index.php?content=home"></a>
<a class="überuns" href="index.php?content=ueberuns"></a>
<a class="sitemap" href="index.php?content=sitemap"></a>
<a class="impressum" href="index.php?content=impressum"></a>
<a class="werben" href="index.php?content=werben"></a>
<a class="kontakt" href="index.php?content=kontakt"></a>
<a class="neben" ></a>
</div>
<div id="list1">
<div id="list11">
</div>
</div>
<!--Mitte Conent-->
<div id="content1">
<div id="content2">
</div>
</div>
<!--Werbung-->
<div id="werbung1">
<div id="werbung2">
</div>
</div>
<div id="footer">
</div>
</div>
</body>
</html>
und die css
Code:
body{
background-image: url(bilder/background.jpg);
}
#page{
width: 980px;
margin: 0 auto;
}
#header{
width: 980px;
height: 169px;
background:#333333;
/*
background-image: url(bilder/header.jpg);
position: center;
*/
}
#buttons{
width: 980px;
height: 31;
padding-top:0px;
background-color:#555555;
margin-top:0px;
margin-bottom:5px;
font-family:arial;
font-size:16;
text-align:center;
text-decoration:none;
}
.home{
width:131px;
height:31px;
background: url(bilder/buttons/home.jpg) no-repeat;
float:left;
}
/*.home:hover{
background-position: 0 -40px;
}*/
.werben{
width:131px;
height:31px;
background: url(bilder/buttons/werben.jpg) no-repeat;
float:left;
}
/*.überuns:hover{
background-position: 0 -40px;
}*/
.kontakt{
width:131px;
height:31px;
background: url(bilder/buttons/kontakt.jpg) no-repeat;
float:left;
}
/*
.sitemap:hover{
background-position: 0 -40px;
}*/
.sitemap{
width:131px;
height:31px;
background: url(bilder/buttons/sitemap.jpg) no-repeat;
float:left;
}
/*
.impressum:hover{
background-position: 0 -40px;
}*/
.impressum{
width:131px;
height:31px;
background: url(bilder/buttons/impressum.jpg) no-repeat;
float:left;
}
/*
.werben:hover{
background-position: 0 -40px;
}*/
.neben{
width:325px;
height:31px;
background: url(bilder/buttons/neben.jpg) no-repeat;
float:left;
}
bitte um hilfe plzz^^..
ich danke euch viel mals...