M
Maggo1982
Guest
Einen schönen guten Abend...
ich benutze momentan Contao 3.1.5 und hab ein externe Stylesheet am start.
Ich werde noch wahnsinnig, bekomme den "footer" nicht bsp "100px" unter den "main .inside"
Die Webseite dazu ist unter : http://kosmetikiknam.slm-media.de/
Will nur das der Footer (rein fürs Optische) etwas unter dem Main sich verschiebt...
Hat jemand vlt. eine Idee?
Danke im Voraus
Viele Grüße
Marco Scacciotti
ich benutze momentan Contao 3.1.5 und hab ein externe Stylesheet am start.
Ich werde noch wahnsinnig, bekomme den "footer" nicht bsp "100px" unter den "main .inside"
Code:
/* Layout
--------------------------------------------------------------*/
#top {
background-color: #FDFDFD;
}
#wrapper {
width: 100%;
}
#header {
width: 100%;
background-image: url("../../Template/IMG/background.jpg");
background-repeat: repeat-x;
padding-top:80px;
height:150px;
}
#header .inside {
width:960px;
background-color: #ffffff;
padding: 50px 50px 0 50px;
height: 330px;
border-style: solid;
border-width:0 0 10px 0;
border-color:#FFFFFF;
margin-left:auto;
margin-right:auto;
}
#main .inside {
background-color: #ffffff;
padding: 0 50px 50px 50px;
width:960px;
margin-left:auto;
margin-right:auto;
padding-bottom:50px;
}
#footer {
position:relative;
margin-top:150px;
width:100%;
background-color: #FBF7EA;
border-style: solid;
border-width:10px 0 0 0;
border-color:#F6EEDB;
height:430px;
}
#footer .inside {
width: 960px;
margin-left:auto;
margin-right:auto;
height:400px;
padding-bottom: 50px;
padding: 0 50px 0 50px;
background-color: #FBF7EA;
}
#footerbgsh {
height: 100px;
width: 1100px;
background-image: url("../../Template/IMG/shadow.png");
background-repeat: no-repeat;
position: absolute;
z-index: 2;
}
#shadowleft {
height: 1075px;
width: 33px;
background-image: url("../../Template/IMG/left.png");
background-repeat: no-repeat;
position: absolute;
z-index: -2;
top: -130px;
left: -85px;
}
#shadowright {
height: 1069px;
width: 32px;
background-image: url("../../Template/IMG/right.png");
background-repeat: no-repeat;
position: absolute;
z-index: 111;
top: -130px;
right: -430px;
}
Die Webseite dazu ist unter : http://kosmetikiknam.slm-media.de/
Will nur das der Footer (rein fürs Optische) etwas unter dem Main sich verschiebt...
Hat jemand vlt. eine Idee?
Danke im Voraus
Viele Grüße
Marco Scacciotti