freakcx
Erfahrenes Mitglied
Hab mal wider nen tollen Anzeigefehler den ich nicht verstehe...
http://www.christiankrause.de/myspace/index.php
Und noch eine Frage am Rande was bedeutet "em" z.B "padding: 1em;" Was für eine Einheit ist das?
CSS:
http://www.christiankrause.de/myspace/index.php
Und noch eine Frage am Rande was bedeutet "em" z.B "padding: 1em;" Was für eine Einheit ist das?
CSS:
Code:
#container {
display:block;
position:relative;
background-image:url(apple/apple_05.jpg);
background-repeat:no-repeat;
background-position:bottom;
z-index:1;
top:124px;
min-height:100%;
width:780px;
left:0;
bottom:0;
border:0px;
}
* html #container {
bottom:0;
height:100%;
width:780px;
border-top:0px;
}
#banner{
display:block;
position:absolute;
background-image:url(apple/apple_01.gif);
background-repeat:no-repeat;
top:0;
left:0;
width:780px;
height:125px;
z-index:1;
}
#container_navi_left{
float:left;
margin-top:5px;
z-index:1;
}
#container_content{
margin-top:5px;
margin-left:195px;
z-index:1;
}
#container_navi_right{
float:right;
margin-top:5px;
z-index:1;
}
#container_content_full{
margin-top:5px;
margin-left:10px;
margin-bottom:100px;
z-index:1;
}
Zuletzt bearbeitet: