Hallo,
ich weiss ich bin neu hier und das Thema gabs bestimmt schon zich mal, aber ich hab wirklich alles versucht und ich bekomme es einfach nicht hin die Seitenlänge Dynamisch zu machen.
Hier meine CSS
Könnte mir evtl dabei helfen?
Ich hätte auch Icq Teamspeak etc.
ich weiss ich bin neu hier und das Thema gabs bestimmt schon zich mal, aber ich hab wirklich alles versucht und ich bekomme es einfach nicht hin die Seitenlänge Dynamisch zu machen.
Hier meine CSS
Code:
body {
background-image : url('../pic/bg.png');
background-color : #000000;
text-align : center;
}
#site {
position : relative;
margin-left : auto;
margin-right : auto;
top:0px;
width : 964px;
}
#header {
background-image : url('../pic/header2.png');
background-repeat : no-repeat;
position : absolute;
top : 0px;
height : 142px;
width : 964px;
border : 0;
}
#menu1 {
background-image : url('../pic/menu1.png');
background-repeat : no-repeat;
position : absolute;
top : 142px;
width : 964px;
height : 50px;
}
#menu2 {
background-image : url('../pic/menu2.png');
background-repeat : no-repeat;
position : absolute;
top : 328px;
width : 165px;
height : 343px;
}
#login {
background-image : url('../pic/status.png');
background-repeat : no-repeat;
background-color : #ffffff;
position : absolute;
top : 189px;
width : 166px;
height : 139px;
}
#loginbt {
background-image : url('../pic/login.png');
background-repeat : no-repeat;
cursor:hand;
cursor:pointer;
left:15px;
width: 52px;
height: 20px;
top:110px;
position: absolute;
}
#donate {
background-color : #ffffff;
position : absolute;
left : 165px;
top : 189px;
width : 632px;
height : 120px;
}
#vote {
background-image : url('../pic/votebg.png');
background-repeat : no-repeat;
background-color : #ffffff;
position : absolute;
top : 671px;
width : 165px;
height : 204px;
}
#undervote {
background-color : #ffffff;
position : absolute;
top : 875px;
width : 165px;
height : 366px;
}
#stat1 {
background-image : url('../pic/status.png');
background-repeat : no-repeat;
background-color : #ffffff;
position : absolute;
left : 795px;
top : 189px;
width : 169px;
height : 139px;
}
#stat2 {
background-image : url('../pic/rank.png');
background-repeat : no-repeat;
background-color : #ffffff;
position : absolute;
left : 794px;
top : 328px;
width : 170px;
height : 204px;
}
#lastpic {
position : absolute;
top : 22px;
left : 22px;
}
#stat3 {
background-image : url('../pic/scs.png');
background-repeat : no-repeat;
background-color : #ffffff;
position : absolute;
left : 794px;
top : 532px;
width : 170px;
height : 139px;
}
#stat4 {
background-image : url('../pic/rank.png');
background-repeat : no-repeat;
background-color : #ffffff;
position : absolute;
left : 794px;
top : 671px;
width : 170px;
height : 204px;
z-index : 100;
}
#understat4 {
background-color : #ffffff;
position : absolute;
top : 744px;
left : 794px;
width : 170px;
height : 497px;
}
#usernamebg {
position : absolute;
top : 18px;
width : 128px;
height : 28px;
}
#userpwbg {
position : absolute;
top : 18px;
left : 130px;
width : 128px;
height : 28px;
}
#footer {
background-image : url('../pic/footer.png');
background-repeat : no-repeat;
position : absolute;
top : 1241px;
width : 964px;
height : 10px;
}
#content {
background-color : #ffffff;
position : absolute;
top : 309px;
left : 165px;
width : 630px;
height : 932px;
}
a:link {
color : #fff;
text-decoration : none;
}
a:visited {
color : #fff;
text-decoration : none;
}
a:focus {
color : #fff;
text-decoration : none;
}
a:hover {
color : #fff;
text-decoration : none;
}
a:active {
color : #fff;
text-decoration : none;
}
a:link {
color : #fff;
font-family : Calibri, Arial, sans-serif;
font-size : 12pt;
color : #ffffff;
text-decoration : none;
}
a:visited {
color : #fff;
font-family : Calibri, Arial, sans-serif;
font-size : 12pt;
color : #ffffff;
text-decoration : none;
}
a:hover {
color : #fff;
font-family : Calibri, Arial, sans-serif;
font-size : 12pt;
color : #ffffff;
text-decoration : none;
}
a:active {
color : #fff;
font-family : Calibri, Arial, sans-serif;
font-size : 12pt;
color : #ffffff;
text-decoration : none;
}
#slideshow {
position : relative;
height : 100px;
width : 150px;
}
#slideshow IMG {
position : absolute;
top : 0;
left : 0;
z-index : 8;
}
#slideshow IMG.active {
z-index : 10;
}
#slideshow IMG.last-active {
z-index : 9;
}
Könnte mir evtl dabei helfen?
Ich hätte auch Icq Teamspeak etc.