• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

[ERLEDIGT] ungewollte Freifläche

Status
Für weitere Antworten geschlossen.

Buggy13

Neues Mitglied
Guten Tag zusammen,

Und zwar folgendes Problem ich habe meine Bilder Texte auf meiner seite Platziert und als ich fertig war sehe ich das man nach dem content ungefähr nochmal so viel ins nichts scrollen kann. Naja jetzt such ich schon seit mehreren Stunden wo ich gemurkst hab und finde den/die Fehler einfach nicht. :(

Vieleicht könnt ihr mir ja helfen ...;)
Code:
Projektbild1 {
    position:relative;
    margin:0 auto;
    width:1000px;
    height:auto;
}   

#Projektbild1 img {
    position:relative;
    margin:0 auto;
    width:1000px;
    height:500px;
    top:40px;
}   

#Projekth3 {
    position:relative;
    width:400px;
    height:250px;
    margin:0 auto;
    top:200px;
    left:-270px;
    font-family:Arial, Helvetica;
    color:#A9A9A9;
   
}

#Projekth3-2 {
    position:relative;
    width:350px;
    height:100px;
    margin:0 auto;
    top:-5px;
    left:-270px;
    font-family:Arial, Helvetica;
    color:#A9A9A9;
   
}

#Beschreibung {
    position:relative;
    width:600px;
    height:250px;
    margin:0 auto;
    bottom:170px;
    left:200px;
   
}

#Projektbild2 {
    position:relative;
    width:500;
    margin:0 auto;
    bottom:150px;
    left:-250px;
   
}


#Projektbild2 img {
    position:relative;
    width:500px;
    height:700px;
    margin:0 auto;
   
}

#info {
    position:relative;
    margin:0 auto;
    width:200px;
    bottom:855px;
    left:125px;
}

#Projektbild3 {
    position:relative;
    margin:0 auto;
    width:495px;
    height:auto;
    bottom:780px;
    left:-252px;
   
}

#Projektbild3 img {
    position:relative;
    width:495px;
    height:auto;
   
}

#Projektbild4 {
    position:relative;
    margin:0 auto;
    width:495px;
    height:auto;
    bottom:1115px;
    left:253px;
}

#Projektbild4 img {
    position:relative;
    width:495px;
    height:auto;
}

#line1 {
    position:relative;
    margin:0 auto;
    width: 950px;
    height: 2px;
    top:50px;
    background: rgb(44, 44, 44);
   
}

#line2 {
    position:relative;
    margin:0 auto;
    width: 950px;
    height: 2px;
    top:85px;
    background: rgb(44, 44, 44);
   
}

#line3 {
    position:relative;
    margin:0 auto;
    bottom:838px;
    width: 950px;
    height: 2px;
    background: rgb(44, 44, 44);
   
}
 
Werbung:
Ich hatte keine Ahnung das des nen unterschied macht ich komm mir gerade so dumm vor. :confused:
Aber vielen dank allein wäre ich da nie drauf gekommen.:)

Gruß Buggy
 
Werbung:
Status
Für weitere Antworten geschlossen.
Zurück
Oben