PHP interesse |
|
CHRIR, ik heb het toegevoegd zoals jij zei, maar het is nog steeds links... als ik de html>body { text-align: left; } weghaal, dan is mijn website rechts uitgelijnt (helemaal maf)...
ik heb nu:
body {
height: 100%;
color: #333333;
font-family: Verdana;
font-size: 10px;
background-color: #ffffff;
background-image: url('images/achtergrond.gif');
background-attachment; fixed;
background-repeat: repeat-x;
margin: 0px;
padding: 0px;
text-align: center;
}
html>body {
text-align: left;
}
#container {
width: 780px;
height: 100%;
background-color: #ffffff;
margin: 0px auto;
position: absolute;
}.......
body { height: 100%; color: #333333; font-family: Verdana; font-size: 10px; background-color: #ffffff; background-image: url('images/achtergrond.gif'); background-attachment; fixed; background-repeat: repeat-x; margin: 0px; padding: 0px; text-align: center; } html>body { text-align: left; } #container { width: 780px; height: 100%; background-color: #ffffff; margin: 0px auto; position: absolute; }.......
komt het niet door de position: absolute; ? want als ik dat weghaal dan is mijn site wel in het midden, maar dan is de hoogte 100% (gevulde vakken) niet meer correct....
groet, rob |