Nieuw lid |
|
hoe kan het dat deze css code het niet doet? de body doet het wel zoals achtergrondkleur enzo maar dan heb ik op een gegeven moment front staan en dat gedeelte daar doet hij niks(menu enzo ook niet maar dat is hetzelfde probleem), het is de bedoeling dat de gegevens van front zich uiten in een frame genaamd front.html doe ik het zo dan goed, de css code is wel goed gelinkt naar de htmlpagina
body {
margin: 0px;
padding: 0px;
font-family: Georgia, Times, Serif;
color: black;
width: 600px;
background-color: #990000;
scrollbar-3dlight-color:#990000;
scrollbar-arrow-color:#000000;
scrollbar-highlight-color:#cc0000;
scrollbar-face-color:#990000;
scrollbar-shadow-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-base-color:#990000;
}
table {
border-right: solid 0px #ccc;
border-left: solid 0px #ccc;
}
banner {
position: absolute;
border: 0px solid black;
top: 00px;
height: 180px;
left: 0px;
width: 800px;
background:#990000;
}
poll {
position: absolute;
top: 260px;
left: 0px;
height: 100px;
width: 160px;
border: 1px solid black;
border-top: 0px;
margin-left: 10px;
padding-top: 0px;
background:#000000;
}
front {
position: absolute;
top: 260px;
left: 0px;
height: 100px;
width: 160px;
border: 1px solid black;
border-top: 0px;
margin-left: 10px;
padding-top: 0px;
}
gastenboek {
position: absolute;
top: 60px;
left: 180px;
width: 420px;
height: 300px;
padding-top: 20px;
margin: 0px 0px 0px 10px;
background-color:#000000;
border:10px;
border:#FF0000;
border:20px;
border-left:groove;
border-right:dashed
}
menu {
position: absolute;
border: 0px solid black;
margin: 0px 0px 0px 0px;
background-color:#000000
}
body { margin: 0px; padding: 0px; font-family: Georgia, Times, Serif; color: black; width: 600px; background-color: #990000; scrollbar-3dlight-color:#990000; scrollbar-arrow-color:#000000; scrollbar-highlight-color:#cc0000; scrollbar-face-color:#990000; scrollbar-shadow-color:#000000; scrollbar-darkshadow-color:#000000; scrollbar-base-color:#990000; } table { border-right: solid 0px #ccc; border-left: solid 0px #ccc; } banner { position: absolute; border: 0px solid black; top: 00px; height: 180px; left: 0px; width: 800px; background:#990000; } poll { position: absolute; top: 260px; left: 0px; height: 100px; width: 160px; border: 1px solid black; border-top: 0px; margin-left: 10px; padding-top: 0px; background:#000000; } front { position: absolute; top: 260px; left: 0px; height: 100px; width: 160px; border: 1px solid black; border-top: 0px; margin-left: 10px; padding-top: 0px; } gastenboek { position: absolute; top: 60px; left: 180px; width: 420px; height: 300px; padding-top: 20px; margin: 0px 0px 0px 10px; background-color:#000000; border:10px; border:#FF0000; border:20px; border-left:groove; border-right:dashed } menu { position: absolute; border: 0px solid black; margin: 0px 0px 0px 0px; background-color:#000000 }
:o
Rensjuh edit:
Gebruik code-tags.
|