Lid |
|
En daar ben ik weer met vragen die deze keer gaan over mijn andere website in de maak.
Het totaal plaatje moet er zo uit zien (zoals in GC en FF dus): voorbeeld GC/FF.
Maar in IE opent hij hem wederom weer erg vaag (voorbeeld IE). De verhoudingen tussen de boxen kloppen niet terwijl alle waardes wel hetzelfde zijn.
Nu weet ik ondertussen dat je deze verschillen nooit helemaal weg kunt krijgen. Maar wie heeft er nog tips voor mij om deze verschillen dan in ieder geval zo klein mogelijk te maken?
Hieronder volgt de CSS code:
body, html { overflow: auto; background-color: #000000; margin: 0; padding: 0;}
h1{ text-align: center; color: #000000; font-family: Century Gothic, Arial; font-weight: bold; font-size: 45px;}
h2{ text-align: left; color: #006600; font-family: Verdana; font-weight: bold; font-size: 14px;}
h3{ text-align: right; color: #DCDCDC; font-family: Verdana;font-size: 10px;}
p{ text-align: left; color: #000000; font-family: Verdana, Arial; font-size: 13px;}
.LOGO{ position: absolute; top: 20px; left: 70px; background-color: #000000; height: 180px; width: 895px; border-top: 3px solid #696969; padding: 5px;
border-right: 3px solid #696969; border-bottom: 3px solid #696969; border-left: 3px solid #696969; background-image:url(Afbeeldingen/Logo4.png); background-repeat:no-repeat;}
.MENU{ position: absolute; top: 190px; left: 70px; background-color: #DCDCDC; height: 25px; width: 895px; border-top: 3px solid #696969; padding: 5px;
margin: 0px; border-right: 3px solid #696969; border-bottom: 1px solid #696969; border-left: 3px solid #696969;}
table{ background-color: #DCDCDC; color: #000000; width: 895px; height: 25px; border: 1px solid #DCDCDC; margin: 0px; padding: 0px;
border-spacing: 1px solid #DCDCDC; border-collapse: collapse; border-color: #DCDCDC; }
td{padding:0px; margin: 1px; text-align: center; font-family: Verdana, Arial; font-size: 13px; width: 1%;}
.TEKSTVAK{ overflow: auto; position: absolute; top: 216px; left: 70px; background-color: #DCDCDC; height: 370px; width: 895px; border-top: 3px solid #696969; padding: 5px;
border-right: 3px solid #696969; border-bottom: 3px solid #696969; border-left: 3px solid #696969;}
a{ color: #000000; text-decoration: none; }
a:visited{ #000000; }
a:hover{ color: #FFFFFF}
a.selected { font-weight: bold; color: #006600;}
.COPYRIGHT{ position: absolute; top: 602px; left: 80px; background-color: #000000; height: 25px; width: 895px; border-top: 0px solid #000000; padding: 0px;
margin: 0px; border-right: 1px solid #000000; border-bottom: 1px solid #000000; border-left: 0px solid #000000;}
body, html { overflow: auto; background-color: #000000; margin: 0; padding: 0;} h1{ text-align: center; color: #000000; font-family: Century Gothic, Arial; font-weight: bold; font-size: 45px;} h2{ text-align: left; color: #006600; font-family: Verdana; font-weight: bold; font-size: 14px;} h3{ text-align: right; color: #DCDCDC; font-family: Verdana;font-size: 10px;} p{ text-align: left; color: #000000; font-family: Verdana, Arial; font-size: 13px;} .LOGO{ position: absolute; top: 20px; left: 70px; background-color: #000000; height: 180px; width: 895px; border-top: 3px solid #696969; padding: 5px; border-right: 3px solid #696969; border-bottom: 3px solid #696969; border-left: 3px solid #696969; background-image:url(Afbeeldingen/Logo4.png); background-repeat:no-repeat;} .MENU{ position: absolute; top: 190px; left: 70px; background-color: #DCDCDC; height: 25px; width: 895px; border-top: 3px solid #696969; padding: 5px; margin: 0px; border-right: 3px solid #696969; border-bottom: 1px solid #696969; border-left: 3px solid #696969;} table{ background-color: #DCDCDC; color: #000000; width: 895px; height: 25px; border: 1px solid #DCDCDC; margin: 0px; padding: 0px; border-spacing: 1px solid #DCDCDC; border-collapse: collapse; border-color: #DCDCDC; } td{padding:0px; margin: 1px; text-align: center; font-family: Verdana, Arial; font-size: 13px; width: 1%;} .TEKSTVAK{ overflow: auto; position: absolute; top: 216px; left: 70px; background-color: #DCDCDC; height: 370px; width: 895px; border-top: 3px solid #696969; padding: 5px; border-right: 3px solid #696969; border-bottom: 3px solid #696969; border-left: 3px solid #696969;} a{ color: #000000; text-decoration: none; } a:visited{ #000000; } a:hover{ color: #FFFFFF} a.selected { font-weight: bold; color: #006600;} .COPYRIGHT{ position: absolute; top: 602px; left: 80px; background-color: #000000; height: 25px; width: 895px; border-top: 0px solid #000000; padding: 0px; margin: 0px; border-right: 1px solid #000000; border-bottom: 1px solid #000000; border-left: 0px solid #000000;}
|