CSS Property:
overflow-x:
visible
hidden
scroll
auto
initial
Result:
CSS Code:
#myDIV {
width:150px;
height:200px;
overflow-x:
visible
;
}
Click the property values above to see the result
W3Schools.com
- Play it