Vielen Dank für die schnelle Antwort.
Da ich ein absolut unwissender Bastler auf dem Gebiet bin komme ich trotz der wohl guten Antwort nicht alleine weiter.....
Das Hintergrundbild bekomme ich so in die Mitte. Wie aber schon darauf hingewisen wurde muss ich da auch die einzelnen Felder versetzten. Leider peile ich da nichts und hoffe mir kann jemand helfen...
Bin ja schon froh das ich verstehe, dass die Anpassungen in der css-Datei gemacht werden müssen *g*!
Hier mal die unveränderte .css. Vielleicht kann sich jemand die Mühe machen und mir helfen.
Eigentlich fülle ich die Webseite nur mit Inhalt, der Gruru der mir bei solchen Dingen Hilft ist nur die nächsten 14 Tage nicht zu erreichen und ich möchte da meinen Verinsleutene ine Freunde machen!
Danke!
Code:
#pic {
width: 500px;
height: 375px;
position: center;
}
#pic ul {
padding: 0;
margin: 0;
list-style: none;
}
#pic a {
position: absolute;
color: #fff;
text-decoration: none;
border: 1px #E6E6E6 solid;
font-size: 15px;
font-weight: bold;
}
#pic a:hover {
border-color: #FFCC00;
color: #FFCC00;
}
#component-advent {
margin: 15px 15px 15px 15px;
padding-top: 15px;
}
#component-advent-popup{
background-color: #FF0000;
color: #fff;
height: 530px;
margin-top: -15px;
}
#component-advent-popup25{
background-color: #7F0000;
color: #fff;
height: 530px;
margin-top: -15px;
}
#component-advent-popup26{
background-color: #7F0000;
color: #fff;
height: 530px;
margin-top: -15px;
}
#component-advent-statistik{
width: 500px;
text-align: center!important;
}
#component-advent-statistik a{
color: black;
}
#component-advent-statistik2{
text-align: center!important;
}
#component-advent-statistik2 a{
color: #000000;
}
#calinfo{
color: black;
margin: 5px 0 5px 0;
}
.advent-footer{
font-size: 10px;
color: #C0C0C0;
}
.advent-zahl {
font-size: 30px;
line-height: 30px;
font-weight: normal;
text-decoration: none;
color: #000000;
background-color: #FF0000;
border: 0 solid #008000;
padding: 0;
width: 100%;
vertical-align: middle;
text-align: center;
}
Lesezeichen