Quote:
Originally Posted by PaulClark
Some general tips:
- Use Firefox as your main browser while developing pages.
- Get the Firebug plug-in to help you tune your CSS
- Once the design is right for Firefox, tune as required for IE7, then IE6.
- Target any IE tweaks using conditional comments.
You'll find developing this way around much faster.
|
I personally wouldn't advocate the use of conditional comments. It's actually not that hard to build a site without them that will render perfectly in IE6, IE7, firefox and safari...