Where can I find out about browser-related issues when writing CSS/HTML/JavaScript?
August 17, 2010 8:54 AM Subscribe
Where can I learn about how to deal with browser-related problems when writing CSS, HTML and JavaScript for a web site?
I've mostly taught myself how to create web sites, and have learned most of the basics of HTML, cascading style sheets, and simple JavaScript. However, I have discovered that at least 90% of my development time is spent ensuring that a design works on all supported browsers, as each browser's implementation of cascading style sheets differs from the design specification in small but frustrating ways.
Is there a book, web site, or other resource that can provide some handy tips and tricks for which code constructions and CSS rules work best on all commonly used browsers? Most books that I have seen describe what the appearance of a web site would be in an ideal world where the standard is implemented as designed.
Thanks in advance for any help you can provide. Much appreciated.
posted by tallmiddleagedgeek to computers & internet (10 answers total) 12 users marked this as a favorite
posted by coupdefoudre at 9:15 AM on August 17, 2010 [1 favorite]