Recently we had a client request the control of how the scrollbars display in the content of their website. At first, remembering back in some old school styling days, I thought we could just use CSS to control it. After that I figured there would be some jQuery that could do the trick. What I found was that this feature is more complicated than I first expected. Read more
As a front-end web developer or designer, you may be confused about which unit to use when decalring font-sizes in your CSS. Here I will attempt to explain what each of the possible units means and why one is better than another.Read more