Ik zou het antwoord zo snel niet weten, ik heb hier even niet de middelen wat dingen te testen.
Maar als je goed kijkt zit er in IE ook een wit randje, maar dan iets kleiner. En volgens mij zit in FF rechts ook een 1 pixel rand.
Iets met margin misschien ?
Link gekopieerd
Wellicht zie je nog wel meer rare dingen :)/
Weetje wat ik zet hier even de het CSS bestand hier neer:
body
{
font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 10pt; color: #320733;
background-image: url('../images-algemeen/bg-03.jpg');
background-color: #AD6931;
scrollbar-base-color: #F9DCAF;
scrollbar-track-color: transparenz;
scrollbar-face-color: #F9DCAF;
scrollbar-highlight-color: #F9DCAF;
scrollbar-3d-light-color: #000000;
scrollbar-dark-shadow-color: #000000;
scrollbar-shadow-color: #660000;
scrollbar-arrow-color: #660000;
}
.tekst {
font-family : Verdana;
font-size : 12px;
font-style : normal;
font-weight : normal;
color: #660000;
}
.errortext {
color: #FF0000;
}
.small {
font-family : Verdana;
font-size : 8px;
font-style : normal;
font-weight : normal;
color: #000000;
}
.banner {
font-family : Verdana;
font-size : 16px;
font-style : normal;
font-weight : bold;
color: #ffffff;
}
.smallnavigation {
font-family: Verdana;
font-size: xx-small;
}
.bgmain {
background : #ffffff url('../images-algemeen/bg-03.jpg') repeat;
}
table {
background-image: url('../images-algemeen/bg-02.jpg');
border: none;
width: 95%;
margin-left: auto;
margin-right: auto;
text-align: left;
}
td {
background: url('../images-algemeen/bg-01.jpg');
background-color: #C8BBD9;
text-align: center;
}
link {
color:#660000;
text-decoration:none;
font-weight: bold;
cursor: hand;
}
A:link{color:#660000;text-decoration:none; cursor: hand;}
A:visited{color:#660000; text-decoration:none;}
A:active{color:#4E7C34; text-decoration:none;}
A:hover{color:#4E7C34; text-decoration:overline underline; cursor:hand; font-weight: bold;}
H1, {
color: #660000;
font-weight: normal;
font-style: normal;
font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: large;
}
I {text-decoration: none;}
P {rem_rem_margin-left: 30px;}
H2 {background-color: #FFF3A5; font-size: 150%; padding: 20px; border: 7px dotted #F58786; margin: 20px;
width: 400px; height: 25px;}
H3 {background-color: #FFDBDB; font-size: 120%; padding: 10px; border: 5px dotted #450606; margin: 20px;
width: 400px; height: 175px;}
H4 {background-color: #FFDBDB; font-size: 80%; padding: 10px; border: 5px dotted #450606; margin: 20px;
width: 550px; height: 175px;}
H5 {
color: #660000;
font-weight: normal;
font-style: normal;
font-family: "Verdana",Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: small;
}
H6 {
color: #660000;
font-weight: normal;
font-style: normal;
font-family: Verdana,Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: x-small;
}
Link gekopieerd
Ligt het niet aan de frames (ook al klopt die code)? Want ik had vaker opeens dergelijke dingen met frames in mozilla.
De pagina's afzonderlijk laden immers goed. En aan de css zie ik (al doe ik er zelf weinig mee dus let niet op mij) niet direct iets verkeerds.
Link gekopieerd
OK dank je wel voor het kijken!!
Zelf had ik ook dat idee en ben voornemens om de site in divjes te gaan zetten wanneer ik dit iets meer door heb :))
Link gekopieerd
H
Harmen
16-02-2006 14:42
gewijzigd op 16-02-2006 14:42
misschien dit?
FRAMESPACING="0px"
ik weet niet precies hoe dat gaat, als het '0' of '0px' of 'no' moet zijn maar misschien heb je hier wat aan?
[Edit]
Dit betekend dus de ruimte tussen 2 frames
[/Edit]
Link gekopieerd
Misschien die <div align="center"> of de cellspacing en cellpadding van de grote tabel op 0 zetten.
Elwin
Link gekopieerd
dank jullie wel ik ga hiermee verder :)
Link gekopieerd