Two new change-the-way-I-work CSS techniques have hit me on the same day so I just had to share.
CSS Browser Selector is a tiny bit of javascript that lets you take the thinking out of css hacks. Just put .ie or .safari in front of the rule you want to only apply to that browser.
Layout Grid Bookmarklet is something Andy Budd whipped up. Throws a grid image over your layout so you can align things (and notice browser differences more accurately). Throw it together with Topographic and you have quite the team of bookmarklet tools.
<3