Nieuw lid |
|
@ hierboven:
Die oplossing werkt niet. Nog altijd hetzelfde resultaat.
Edit:
Oplossing gevonden:
#content {
border: 1px solid gray;
height: auto;
left: 0px;
right: 0px;
top: 0px;
overflow:hidden;
padding: 9px;
position: relative;
width: 800px;
}
#content { border: 1px solid gray; height: auto; left: 0px; right: 0px; top: 0px; overflow:hidden; padding: 9px; position: relative; width: 800px; }
Zoals je kan zien is de eigenschap "overflow" er bij gekomen. |