ich bin noch nicht so vertraut mit css, und wollte fragen, ob jemand von euch die zeit und lust hätte mir bei einem Problem zu helfen. Ich benutze den Homepage Baukasten (http://www.hoemepage-Baukasten.de, und habe für meine Seite dort ein Css design erstellt.
Meine seite ist http://www.SamNowi.de.tl der css code ist beiliegend, könnte mir jemand sagen, ob es möglich ist einen container einzubringen, wen ja wie der code ist, und an welche stelle ich den code dann in den css code einfügen muss.
ich Höffe mir kann jemand helfen.
gruß perlinskip
- Code: Alles auswählen
body {
background-color: #000000;
background-image: url(http://img.webme.com/pic/s/samleon/hintergrund_test_001.png);
background-repeat: repeat-x; }
#container {
width: 900px;
margin: auto;
overflow: hidden;
background-color: #FFFFFF;
margin-top: 210px;
border: 1px solid #B9B9B9;
}
#header {
position: absolute;
top: 30px;
left: 50%;
margin-left: 180px;
height: 300px;
width: 300px;
background-color: #Farbwert;
background-image: url(http://img.webme.com/pic/s/samnowi/samnowi1.png);
}
#content {
margin-top: 100px;
float: left;
width: 680px;
padding: 20px;
font-size: 14px;
color: #000000;
font-family: Comic Sans MS;
border-right: 0px solid #c9c9c9;
border: 0px solid #B9B9B9;
margin-top: 0px;
}
#herzlich {
position: absolute;
left: 50%;
top: 200px;
margin-left: -455px;
width:550px;
overflow: hidden;}
#menoben {
position: absolute;
left: 50%;
top: 124px;
margin-left: -455px;
width:500px;
overflow: hidden;}
#streambox {
position: absolute;
left: 50%;
top: 350px;
margin-left: -665px;
width:500px;
overflow: hidden;}
#nav_container {
width: 1500px;
height: 50px;
background-image: url(http://img.webme.com/pic/s/samnowi/g.png);
margin-top: -30px;
margin-left: -1px; }
#nav {
padding: 0;
margin: 0;
}
#nav li {
list-style-type: none;
padding: 2px;
padding-left: 15px;
padding-right: 15px;
font-size: 1.2em;
display: block;
border-bottom: 0px solid #BC8762;
float: left;
}
#nav a {
text-decoration: none;
color: #FFFFFF;
}
#nav a:hover {
color: #FFFFFF;
}
#nav li {
list-style-type: none;
padding: 2px;
padding-left: 15px;
padding-right: 15px;
font-size: 1.2em;
display: block;
margin-top: 15px;
border-bottom: 0px solid #BC8762;
float: left;
}
#footer {
height:180px;
width: 882px;
background-image: url();
background-color: #FFFFFF;
margin-top:-30px;
padding:10px;
}
#BOXX{
background: #DFC684;
border: 1px solid #C35A18;
width: 850px;
padding: 5px;
margin: 5px;
}
h2#title {display:none;}
#sidebar_container {
width:200px;
height:370px;
padding-top:70px;
padding-left:20px;
padding-right:30px;
position:absolute;
left:50%;
font-family:Monotype Corsiva, Verdana;
font-size:16px;
top:327px;
margin-left: -715px;
z-index:-1;
background:url(http://img.webme.com/pic/s/samnowi/boxlinks2.png);
}

