HTML interesse |
|
Goedemorgen,
Ik heb de volgende code:
#content {
width: 516px;
height: 380px;
text-align:left;
float:left;
background-color: #292727;
background-repeat:repeat-y;
overflow: auto;
}
#content { width: 516px; height: 380px; text-align:left; float:left; background-color: #292727; background-repeat:repeat-y; overflow: auto; }
Alleen laat hij zo een horizontale scrollbalk in de div zien. Weet iemand hoe ik deze kan weghalen?
{ overflow-x: hidden; } werkt ook niet.
|