Jetzt wo das Problem mit dem Hintergrund gelöst ist gibt es ein anderes Problem und ich muss die Seite vor 12 hochladen.
Meine Links sind Bilder die in der CSS so drinne stehen
sobald ich den browser kleiner mache und minimiere bleiben die Links gleich groß und sind total verschoben und scrollbar im gegenteil zum bg
brauche dringend hilfe ty
Meine Links sind Bilder die in der CSS so drinne stehen
PHP-Code:
h2 {
font-size: 14px;
color: #A36075;
margin-top: 640px;
margin-left: 290px;
padding: 40px;
}
#img {
position: absolute;
right: 50%;
width: 175px;
height: 175px;
margin-top: -85px;
margin-right: -85px;
top: 460px;
}
#low {
position: absolute;
right: 50%;
width: 175px;
height: 175px;
margin-top: 140px;
margin-right: 295px;
top: 270px;
}
#high {
position: absolute;
right: 50%;
width: 175px;
height: 175px;
margin-top: 140px;
margin-right: -177px;
top: 270px;
}
#forum {
position: absolute;
right: 50%;
width: 175px;
height: 175px;
margin-top: 140px;
margin-right: -110px;
top: 560px;
}
brauche dringend hilfe ty

Kommentar