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






'overflow-x' Possible Values

Possible Values

visible       The default; show the entire content

scroll        Clip excess content and add scroll bars 

hidden        Clip excess content and not show the scroll bars

auto          Clip excess content and add scroll bars are when necessary    

      
      








Related examples in the same category

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