Jim
Member since Feb 17, 2010
- Profile: /members/5466-jim.htm
- URL: http://www.jimandkatrin.com/codeblog
- Comments: 1
Recent Blog Comments By Jim
-
Defining A CSS Selector That Requires A Multi-Class Union
Posted on Feb 17, 2010 at 11:07 AM
I'll see your CSS and raise you one: .processing td.description { background: #DADADA url(images/ajax-loader.gif) no-repeat center; } This applies only to the TD with class 'description', that is in the TR with class 'processing'. The other TDs in the row have additional properties, but I ... read more »