Wednesday, September 14, 2016

AtoZ CSS Quick Tip: Enabled Pseudo-class

There’s a number of pseudo-classes in CSS. These pseudo-classes help us style different states and target specific elements based on their relationship or position to other elements. The :enabled and :disabled pseudo-classes style form elements that can or cannot be filled in or selected.

The :enabled pseudo-class can be used to style the enabled state of form elements such as button, input, optgroup, option, select and textarea elements. Elements that can have an :enabled state also have a corresponding :disabled state.

Continue reading %AtoZ CSS Quick Tip: Enabled Pseudo-class%


by Guy Routledge via SitePoint

No comments:

Post a Comment