spin
Member since Dec 11, 2008
- Profile: /members/584-spin.htm
- Comments: 1
Recent Blog Comments By spin
-
Defining A CSS Selector That Requires A Multi-Class Union
Posted on May 8, 2007 at 4:48 AM
Try using this more simply for the technique to work in IE6. If you do like this: p.red {color: red;} p.yellow {color: yellow;} <p class="red yellow">think this works in IE6</p> I'd appreciate help with testing as I have installed IE7 now. IE5 for mac shouldn't be a concern anymore, i... read more »