deluxemcpvp
Neues Mitglied
Hi, ich habe viel content auf meiner seite, dass es nicht mehr auf eine normale passt.
Meine seite verlängert sich jedoch nicht automatisch.Wie kann ich meine seite scrollbar nack unten machen?
Die navigations bar soll oben fest bleiben das man sie immer noch sieht wenn man runter scrollt.
DAS IST MEIN CSS:
.text7 {
position: fixed;
width: auto;
text-align: left;
left: 50x;
top: 200px;
font-size: 130%;
border-bottom: 2px solid #003345;
border-top: 2px solid #003345;
font-style: italic;
}
.text8 {
position: fixed;
text-align: left;
left: 1300px;
top: 650px;
font-size: 130%;
border-bottom: 2px solid #003345;
border-top: 2px solid #003345;
font-style: italic;
}
.text9 {
position: fixed;
width: auto;
text-align: left;
left: 10px;
top: 510px;
font-size: 130%;
border-bottom: 2px solid #003345;
border-top: 2px solid #003345;
font-style: italic;
}
.text10 {
position: absolute;
float: right;
width: auto;
text-align: left;
left: 30px;
top: 700px;
font-size: 130%;
border-bottom: 2px solid #003345;
border-top: 2px solid #003345;
font-style: italic;
}
SIE SOLLEN UNTEREINANDER SEIN
Meine seite verlängert sich jedoch nicht automatisch.Wie kann ich meine seite scrollbar nack unten machen?
Die navigations bar soll oben fest bleiben das man sie immer noch sieht wenn man runter scrollt.
DAS IST MEIN CSS:
.text7 {
position: fixed;
width: auto;
text-align: left;
left: 50x;
top: 200px;
font-size: 130%;
border-bottom: 2px solid #003345;
border-top: 2px solid #003345;
font-style: italic;
}
.text8 {
position: fixed;
text-align: left;
left: 1300px;
top: 650px;
font-size: 130%;
border-bottom: 2px solid #003345;
border-top: 2px solid #003345;
font-style: italic;
}
.text9 {
position: fixed;
width: auto;
text-align: left;
left: 10px;
top: 510px;
font-size: 130%;
border-bottom: 2px solid #003345;
border-top: 2px solid #003345;
font-style: italic;
}
.text10 {
position: absolute;
float: right;
width: auto;
text-align: left;
left: 30px;
top: 700px;
font-size: 130%;
border-bottom: 2px solid #003345;
border-top: 2px solid #003345;
font-style: italic;
}
SIE SOLLEN UNTEREINANDER SEIN