AW: HTML & CSS Div Problem
Probier das mal so
Code:
*{
padding: 0;
margin: 0;
}
.text {
padding-top: 5px;
padding-left: 5px;
}
ul {
list-style-image: url('Bilder/box.png');
list-style-position: inside;
}
a:link {
font-size: 15px;
color: #9ddf14;
text-decoration: none;
}
a:visited {
font-size: 15px;
color: #9ddf14;
text-decoration: none;
}
a:active {
font-size: 15px;
color: #9ddf14;
text-decoration: none;
}
a:hover {
font-size: 15px;
color: #9ddf14;
text-decoration: underline;
}
a.footer:link {
font-size: 10px;
color: #FFF;
text-decoration: none;
}
a.footer:visited {
font-size: 15px;
color: #FFF;
text-decoration: none;
}
a.footer:active {
font-size: 15px;
color: #FFF;
text-decoration: none;
}
a.footer:hover {
font-size: 15px;
color: #FFF;
text-decoration: underline;
}
a.navi:link {
font-size: 15px;
color: #FFF;
text-decoration: none;
}
a.navi:visited {
font-size: 15px;
color: #FFF;
text-decoration: none;
}
a.navi:active {
font-size: 15px;
color: #FFF;
text-decoration: none;
}
a.navi:hover {
font-size: 15px;
color: #FFF;
text-decoration: underline;
}
h1,h2,h3,h4{
color: #9ddf14;
}
body {
background-color: #333333;
color: silver;
}
#wrapper{
width: 820px;
margin: auto;
background-color: #242424;
}
#header {
background-image: url('Bilder/header.png');
width: 811px;
height: 184px;
background-repeat:no-repeat;
font-size: 15px;
font: 100% Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}
#sidebarright {
padding : 0px 0px 0px 5px;
width: 165px;
height: 765px;
text-align: left;
font-size: 11px;
font: 100% Verdana, Arial, Helvetica, sans-serif;
float: left;
}
#content {
padding : 5px 0px 5px 5px;
height: 765px; /* für den IE */
height: auto ! important;
min-height: 765px;/* für moderne Browser */
font: 100% Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
width: 636px;
float: left;
}
#footer {
background-image: url('Bilder/footer.png');
background-repeat:repeat-y;
font: 100% Verdana, Arial, Helvetica, sans-serif;
text-align: center;
font-size: 10px;
width: 811px;
height: 34px;
clear:both;
}
.post-info {
background-color: #333333;
border-top: 1px solid #9ddf14;
border-bottom: 1px solid #9ddf14;
font-size : 13px;
color: #9ddf14;
padding : 2px 0px 2px 0px;
margin: 5px 0px 0px 0px;
}
.post-info .clock {
padding-left:20px;
background:transparent url('Bilder/clock.png');
background-repeat: no-repeat;
padding: 0px 2px 3px 20px;
}
.post-info .comment{
padding-left:20px;
background:transparent url('Bilder/comment.png');
background-repeat: no-repeat;
padding: 0px 2px 3px 20px;
}
.footer {
font: 100% Verdana, Arial, Helvetica, sans-serif;
text-align: center;
font-size: 10px !important;
}
.navi {
text-align: center;
font-size: 20px;
color: #7CFC00;
}
.old {
text-align: center;
}