html - CSS div element - how to show horizontal scroll bars only? - Stack Overflow
I have a div container and have defined its style as follows: div#tbl-container { width: 600px; overflow: auto; scrollbar-base-color:#ffeaff } This gives me both horizontal and
stackoverflow.com |