Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

CSS overflow

CSS allows us to control the vertical or horizontal scrollbar with two properties.

overflow-x /*controls the horizontal scrollbar*/
overflow-y /*controls the vertical scrollbar*/
overflow-x /*and overflow-y have the same values as the overflow property*/
auto
scroll
visible
hidden
 
PREVIOUS NEXT
Tagged: #CSS #overflow
ADD COMMENT
Topic
Name
5+9 =