Select Page

Category: Misc

Tips, Scripts, Tools, Bookmarks, and Inspiration for Web Designers and Developers.

“hidden” Attribute to hide HTML elements

“hidden” Attribute to hide HTML elements

You can use this boolean attribute “hidden” to hide an element from displaying on to the webpage. This attribute can be removed by javascript during some action to display element back. More about this attribute – w3schools.com

Smooth page load script to avoid font flickering

The best way to avoid font flickering during page loads is to apply a CSS animation – fade in effect during the page load. Please have a look at the following script and include it in your CSS file or as an internal CSS:@keyframes pageFadeIn {  from {...