Forum Moderators: open
Is there a browser out there that will only support coding features that all other latest release browsers support? So if I do all my testing in this browser, I don't have to bother with any other?
I'm not bothered about supporting browsers such as IE 5, just the latest browsers on the market.
That said. Most people seem to find Mozilla or Opera are the most useful in that respect. They are in general less quirky.
Make sure you use a full doctype as this will force modern browsers (including IE6) to render in 'Standards Compliant' mode which minimises the differences between browsers.
See [w3.org...] for a list of valid doctypes. I recommend you aim for HTML4.01 Strict.
And be sure to validate all your HTML and CSS with the W3C validators [validator.w3.org] as this will also help to reduce differences.