::SaBeR::
Legacy Member
Hai.
Ik heb een probleem en heb al vanalles geprobeerd om het op te lossen.
KLIK HIER
in de link is een cyaankleurig divje the zien. Dat staat waar het moet staan, maar ik vind geen manier om er voor te zorgen dat de rest niet naar beneden wordt geduwd...
Kan iemand mij helpen? Alvast bedankt.
EDIT: hij is momenteel nog veel te zwaar door de achtergrondafbeelding, maar dat komt in orde.
de CSS:
Ik heb een probleem en heb al vanalles geprobeerd om het op te lossen.
KLIK HIER
in de link is een cyaankleurig divje the zien. Dat staat waar het moet staan, maar ik vind geen manier om er voor te zorgen dat de rest niet naar beneden wordt geduwd...
Kan iemand mij helpen? Alvast bedankt.
EDIT: hij is momenteel nog veel te zwaar door de achtergrondafbeelding, maar dat komt in orde.
de CSS:
Code:
@charset "UTF-8";
html, body {
width: 100%;
height: 100%;
min-height: 100%;
}
body {
background: url(images/bg.jpg) center center fixed no-repeat;
-moz-background-size: cover;
background-size: cover;
margin: 0;
}
a {
color: #fff;
text-decoration: none;
}
a:hover {
color: #9ed1e6;
text-decoration: none;
}
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #006f9c;
font-size: 18px;
margin-left: 30px;
}
p {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666666;
font-size: 12px;
margin-left: 30px;
margin-right: 30px;
}
#headerwrap {
height: 140px;
}
#header {
height: 140px;
width: 960px;
margin: 0 auto;
background-image: url(images/logo.png);
background-repeat: no-repeat;
}
#logosub {
width: 150px;
height: 150px;
background-color:#00fff0;
margin-left:auto;
margin-right:auto;
position: relative;
left : -483px;
}
#menuwrap {
width: 815px;
height: 41px;
margin: 0 auto;
padding-top: 8px;
background-color:#fff;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-khtml-border-top-left-radius: 6px;
-khtml-border-top-right-radius: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
#menu {
margin-left: 8px;
margin-right: 8px;
height: 30px;
background-color:#002248;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #fff;
font-size: 12px;
}
.menuitem {
float: left;
margin-top: 5px;
margin-left: 18px;
}
#contentwrap {
position: relative;
width: 815px;
min-height: 1px;
margin: 0 auto;
background-color: #fff;
overflow: auto;
}
.square {
width: 200px;
height: 200px;
float: left;
background-color: #fff;
}
#promoties {
width: 600px;
height: 200px;
float: left;
background-color: #fff;
}
#content {
width: 600px;
float: left;
background-color: #fff;
}
#footer {
width: 100%;
height: 180px;
}
#footerlogos {
margin: 0 auto;
width: 831px;
height: 69px;
background-image:url(images/footer-logos.png);
}
#footerbottom {
margin: 0 auto;
width: 100%;
height: 111px;
background-image:url(images/footer-logos-bottom.jpg);
background-repeat: no-repeat;
background-position: top center;
background-color: #fff;
}
#footerbottomimg {
margin: 0 auto
}

).