Tag: CSS

CSS Tricks Quickie – Multiple Border Styles and Radius

Did you know that you can set multiple border styles for the sides of divs and […]

CSS | Hide Overflow Vertical Scrollbar

When you set a div style like this: div#tbl-container { width: 600px; overflow: auto; scrollbar-base-color:#ffeaff } […]