#css-selectors

[ follow ]
Frontendmasters
1 month ago
JavaScript

Five Basic Things About JavaScript That Will Help Non JavaScript-Focused Web Designers

Understanding how to use JavaScript to manipulate elements in the DOM with CSS selectors can greatly enhance a web designer's capabilities. [ more ]
Frontend Masters Boost
4 months ago
Web development

Syntax Highlighting with no spans?!

Syntax highlighting on the web often involves using RegEx to find tokens and wrap them in <span> tags with classes.
An alternative highlighting method involves using JavaScript's Highlight() API to set ranges on text and then style them using CSS selectors. [ more ]
Smashing Magazine
3 weeks ago
Web development

Useful CSS Tips And Techniques - Smashing Magazine

CSS has evolved with exciting new features like container queries, cascade layers, and advanced selectors making it more powerful than ever. [ more ]
David Walsh Blog
1 week ago
JavaScript

Case Insensitive CSS Attribute Selector

Case insensitivity flag 'i' in CSS attribute selectors allows matching values regardless of case. [ more ]
[ Load more ]