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






'overflow-y' Example

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

<div style="overflow-y:scroll;
            background-color:#CCCCCC; 
            width:200; 
            height:50">
overflow-y property value of scroll.

</div>
</body>
</html>
    
      
      








Related examples in the same category

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