How to make your website looks nice in both IE and Firefox
Is there any trick to make your website look nice in both? Most of the time, web design can only work nice in either one of the browser especially on the arrangement of the tables. How about experience from others which can share it here? Thanks
I think if you code it properly with all the necesaties it works fine on both IE as well as Firefox.
The best thing is while developing use Mozilla so when it is proper in mozilla it does appear proper in IE too. Only for some font sizes,tables and header it somewhat distorts which you can easily fix.
Most important that if you are coding manually without softwares don forget to close </tr> and </td> tags and specify table size. Sometimes that creates problem
I think I would just concentrate more on making the page looks nice for Firefox. Seems that more people are using Firefox nowadays, so it's better to just put your time and concentrate on one.
It is no trick. You just have to code correctly and make sure that your codes are in compliant with both browsers. Since IE7 and Firefox 2 did not pass Acid2 test, it won't be easy.
Re: How to make your website looks nice in both IE and Firefox
Yeah rightly said correct code is very necessary but you can manage easily if you first get through the requirements of both IE and Firefox and then code accordingly........