OVERFLOW Property In CSS
overflow Property in CSS
overflow property Declares how content that overflows the element's box is handled.
Possible Value:
visible hidden scroll auto
Examplediv { overflow:hidden; }
div { overflow:scroll; }
overflow property Declares how content that overflows the element's box is handled.
visible hidden scroll auto
Examplediv { overflow:hidden; }
div { overflow:scroll; }