'overflow-x' Example : overflow x « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'overflow-x' Example

    
<html>
<body>
<div style="overflow-x:auto; 
            background-color:#EEEEEE; 
            width:200; 
            height:50">
     overflow-x property value of auto. 
</div>
<div style="overflow-x:scroll; 
            background-color:#CCCCCC; 
            width:200; 
            height:50">
     overflow-x property value of scroll.
</div>
</body>
</html>

    
      
      








Related examples in the same category

1.'overflow-x' Syntax and Note
2.'overflow-x' Possible Values
3.'overflow-x' is applied to