Hacker News new | ask | show | jobs
by ChrisMarshallNY 2251 days ago
Thankfully, browser differences are reducing to a point near zero, for most "classic" CSS issues. They still have lots of differences in the way they interpret JS, though, as well as some of the newer CSS rules.

I've learned that if I keep my markup and style to "early" CSS3/HTML5, I can create pages that render pretty much the same on all browsers.

It's when I try to get fancy, that things go pear-shaped.

That said, check out CSSPlay (http://www.cssplay.co.uk/menu/). He's been pulling off extreme CSS acrobatics since CSS 1.

Amazing stuff.