Hallo,
Ik ben bezig met mijn site een beetje aan het werkend maken.
Nu heb ik via CSS grotendeels de opmaak beschreven op de opmaak in de includes na.
Nu ziet de boel er in FireFox super uit, alleen in IE klopt er niet veel van. Ik snap niet goed waarom hij dat doet.
Mijn CSS bestand:
body {
font-family:Verdana;
font-size:11px;
color:#000000;
letter-spacing:0.03cm;
background-color:#FDFDFD;
}
a:link {
color:#333333;
text-decoration:none;
}
a:visited {
color:#666666;
}
a:hover{
color:#4B68B1;
text-decoration:underline;
}
#background-site {
width:875px;
height:510px;
margin:0px auto;
padding:15px;
border:1px #000000;
background-image:url(img/website.gif);
background-repeat:no-repeat;
}
#randomfoto {
width:393px;
height:238px;
margin-top:24px;
margin:23px;
padding:15px;
background-image:url(img/foto1.jpg);
}
#menu {
width:450px;
height:5px;
margin-top:-27px;
margin-left:-17px;
padding:15px;
color:#FFFFFF;
letter-spacing:0.03cm;
}
#menu a:link{
color:#FFFFFF;
}
#menu a:visited {
color:#FFFFFF;
text-decoration:underline;
}
#menu a:hover{
color:#4B68B1;
text-decoration:underline;
}
#content {
position:relative;
left:454px;
top:-298px;
width:395px;
height:460px;
overflow:auto;
}
Weet iemand wat er fout aan is? En zo jah hoe is het op te lossen?
Mijn website is nog tot een uur of 12 te zien op: http://81.68.246.247
dan is het misschien duidelijker wat ik bedoel
525 views