Untitled
By: a guest | Mar 22nd, 2010 | Syntax:
CSS | Size: 0.92 KB | Hits: 63 | Expires: Never
#container {
position:relative;
min-height: 100%;
height: auto !important;
height:100%;
}
#header {
position:inherit;
background-image: url(../../../Stempeluhr_projekt/css/logo.gif);
background-position:left;
background-repeat: no-repeat;
background-color:aqua;
}
#maincontent {
}
#content {
position: absolute;
clear: left;
background-color: yellow;
width: 500px;
}
#navi {
float:left;
background-color: fuchsia;
width: 150px;
height: 400px;
text-align: left;
}
#footer {
clear: left;
text-align:center;
bottom: 2px;
background-color: blue;
width: 100%;
height: 20px;
}
#navi a:link{
color:black;
text-decoration: none;
}
#navi a:visited{
color: black;
text-decoration: none
}
#navi a:hover{
color: gray;
text-decoration: none
}
#navi a:active{
color: black;
text-decoration: none
}