CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
CSS Combat
data attributes and compatibility
hero
Permalink to comment
#
October 2011
I tested the code below in Chrome, Firefox, Internet Explorer 7, 8, and 9. Is it supported in 6?
*[data-role="toolbar"]
{
/* Rules */
}
Add a Comment
*[data-role="toolbar"]
{
/* Rules */
}