CSS-Problem

hardware_chef

Enthusiast
Thread Starter
Mitglied seit
12.10.2007
Beiträge
1.886
Ort
_blank
PHP:
body {

width: 950px;
height: auto;
margin: auto;
padding: 0;
background: url(../bilder/bg.png) repeat-x #FFFFFF;
font-family: Tahoma;
font-size: 11px;

}

#main {

width: 950px;
height: auto;

}


#header {

width: 950px ;
height: 150px;
background: url(../bilder/header.jpg) no-repeat;
border-top: 1px solid gray;
border-left: 1px solid gray;
border-right: 1px solid gray;

}


#navi {

width: 950px;
float: left;
height: auto;
background: url(../bilder/navi_back.png) repeat-x;
height: 23px;
padding: 10px 0 0 0 ;
border-bottom: 1px solid gray;
border-left: 1px solid gray;
border-right: 1px solid gray;

}

#navi a {

        font-family:verdana,sans-serif;
padding: 5px 20px 10px 20px;
	background-color: transparent;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 10px;

}

#navi a:hover {

color: #FFFFFF;
text-decoration: none;
background: url(../bilder/navi_back_hover.png) repeat-x;
margin-top: 5px;
padding: 5px 20px 10px 20px;


}



#nextgame {

width : 151px;
height: auto;
color: #FFFFFF;
background-color: #141418;
font-family:verdana,sans-serif;
margin: 10px 0 0 0;
border: 1px solid gray;
float: left;


}

#tabelle {

width : 151px;
height: auto;
float: left;
color: #FFFFFF;
background-color: #141418;
margin: 10px 0 0 0;
border: 1px solid gray;


}

#statistik {

width : 151px;
height: auto;
float: left;
color: #FFFFFF;
background-color: #141418;
margin: 10px 0 0 0;
border: 1px solid gray;



}




#content {

width : 780px;
min-height: 600px;
font-size: 11px;
background-color: #141418;
color: #FFFFFF;
float: right;
padding: 3px 3px 0 3px;
border: 1px solid gray;
margin: 10px 0 0 0;

}

#content a {

color: #ffffff;
text-decoration: none;

}

#content a:hover {

color: #0066FF;
text-decoration: none;

}



#head {
width : 147px;
color: #FFFFFF;
font-weight: bold;
height: auto;
padding: 3px 0 3px 3px;
border-bottom: 1px solid gray;
}




#news {

width: 600px;
background-color: #141418;
color: #ffffff;
text-align: justify;
margin-top: 3px;
height: auto;
margin: auto;




}

#news-inhalt {

width: 592px;
background-color: gray;
color: #000000;
padding: 3px 3px 0 3px;
border-left: 1px solid #5cbbde;
border-right: 1px solid #5cbbde;
border-bottom: 1px solid #5cbbde;

}

#news-head {

width:572px;
font-size: 11px;
color: #FFFFFF;
background: url(../bilder/news.png) repeat-x;
height: 19px;
font-weight: bold;
padding: 3px 3px 0 25px;
border: none;


}

#datum {

color: #ffffff;
font-size: 11px;
float: right;
text-align: right;
padding-right: 3px;
font-weight: normal;

}


.clearer {

clear: both;

}

#footer {

width: 950px;
height: auto;
float: left;
background-color: #141418;
text-align: center;
font-size: 11px;
color: #FFFFFF;
margin-top: 10px;

}

#footer a {

color: #000000;
text-decoration: none;

}

#footer a:hover {

color: #0066FF;
text-decoration: none;

}

.footer {

width: 735px;
height: auto;
float: left;
background-color: #999999;
text-align: right;
font-size: 9px;
color: #000000;
}



Möchte nun eine dritte Spalte rechts machen. Nur bekomm ich das einfach nicht auf die Reihe. Hat jemand eine Idee bzw. Lösung?

Danke!

Gruß,
 
Wenn Du diese Anzeige nicht sehen willst, registriere Dich und/oder logge Dich ein.
Hardwareluxx setzt keine externen Werbe- und Tracking-Cookies ein. Auf unserer Webseite finden Sie nur noch Cookies nach berechtigtem Interesse (Art. 6 Abs. 1 Satz 1 lit. f DSGVO) oder eigene funktionelle Cookies. Durch die Nutzung unserer Webseite erklären Sie sich damit einverstanden, dass wir diese Cookies setzen. Mehr Informationen und Möglichkeiten zur Einstellung unserer Cookies finden Sie in unserer Datenschutzerklärung.


Zurück
Oben Unten refresh