Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is your best tool or techniques for getting the same display on IE6/7 and Firefox? [closed]

I'm not talking about tools that let one view a page in combinations of operating systems and browsers like crossbrowsertesting.com but in creating or figuring out the actual CSS.

like image 292
BillSaysThis Avatar asked Aug 25 '08 14:08

BillSaysThis


2 Answers

Use a css reset to level the field across browsers. YUI and Eric Meyer have good ones.

like image 99
John Sheehan Avatar answered Nov 08 '22 15:11

John Sheehan


If you guys are still coding for IE6, you're making a mistake.

I use IE7.js to get IE6 to render pages like IE7. IE7 is not perfect, but at least it has some semblance of standards. Since I only have to code for IE7 and FF it makes me 33% more efficient in terms of testing against browsers, something I think makes good business sense.

Link: IE7.js

like image 24
Cade Avatar answered Nov 08 '22 15:11

Cade