Category: Misc

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

Position: Sticky – CSS

Position: Sticky – CSS

Sticky positioning is a hybrid of relative and fixed positioning. The element is treated as relative positioned until it crosses a specified threshold, at which point it is treated as fixed positioned.

“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