How You Do Horizontally Over Flow In CSS Style Sheets
- Forums
- HTML
- How You Do Horizontally Over Flow In CSS Style Sheets
this post shows css code to horizontally over flow in css style sheets with overflow x and y [748], Last Updated: Sat May 18, 2024
wallpaperama
Fri Dec 26, 2008
6 Comments
12743 Visits
today i was wondering how you do horizontally over flow in css style sheets so i have the answer for you
answer is pretty simple:
overflow-x: none;
overflow-y: auto;