I’ve been playing around with CSS Transforms and had an annoying issue: when rotating divs at an angle, the edge of the div also rotated leaving a gap where I didn’t want one. See the pic:
Quicktip: Use Negative Margins with CSS Transforms to Fix Clipping
March 2nd, 2011 § 0 comments § permalink
Wiping Out Inherited CSS Styles
February 27th, 2009 § 4 comments § permalink
Sure, you can use the !important css keyword in your stylesheets to override inherited styles, but what about when you want to simply wipe out or remove a style defined in a parent? Use the auto keyword.
