AW: Wechselnde Kopfbilder
Nun habe ich in der style_design.css
#logo {
width: 100%;
height: 90px;
margin: 0px;
padding: 0px;
background: #595959 url(../images/<cc:print value="&pic.header.filename">) no-repeat;
position: absolute;
top: 0px;
left: 0px;
}
#eyecatcher {
width: 930px;
height: 300px;
margin: 0px;
padding: 0px;
background : <cc:print value="&usercolor.medium">;
position: absolute;
top: 133px;
left: 45px;
}
und es ist immer noch ein zerschossenes Design.
|