Articles tagged with CSS

    Why your z-index isn't working

    Rather than setting the z-index of an element to 9999 expecting it to somehow work, this article lists possible reasons why your z-index doesn't work and how to go about it.

    Read More

    Font loading strategies: FOIT and FOUT

    Flash Of Invisible Text and Flash Of Unstyled Text are two font loading strategies used in major browsers. This post looks at what they are and how they affect your website.

    Read More

    Building Accessible Modals Using JavaScript

    Modals or dialogs are important building blocks in modern web applications. This post talks about how to improve accessibility of the modals while taking advantage of JavaScript

    Read More