05.06.2011, 15:29
(02.04.2011, 16:34)SlimShady95 Wrote: Dann die stamm.css öffnen und folgendes vor --> einfügen:
Code:#footer, #footer a {
color: #603000;
}
#footer a:hover {
color: #e01f0f;
}
#footer #footer_left {
float: left;
margin-top: 3px;
}
#footer #footer_right {
float: right;
margin-top: 3px;
}
#footer_logo {
background-attachment: scroll;
background-color: transparent;
background-image: url("graphic/background/footer-seal.png");
background-position: 0% 0%;
background-repeat: repeat-x;
bottom: 0px;
display: none;
height: 25px;
left: 50%;
margin-left: -59px;
position: absolute;
width: 118px;
z-index: 1;
}
#footer a {
cursor: pointer;
}
#footer {
background-attachment: scroll;
background-color: transparent;
background-image: url("graphic/background/footer-bg.png");
background-position: 50% 0%;
background-repeat: repeat-x;
bottom: 0px;
cursor: default;
height: 25px;
left: 0px;
position: fixed;
width: 100%;
z-index: 9999;
}
#footer #linkContainer {
height: 21px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
max-width: 830px;
top: 3px;
width: 60%;
}
#footer * {
position: relative;
z-index: 3;
}
In welcher Zeile soll das "-->" sein in der stamm.css?
Find da nix...