what should be the default screen resolutions and text size of ie, firefox and crome?? when i used to make html page using "div based layout with CSS", it is designed good but when i used to see the html page in other pc, it is mess up?? Please give me the solution for these.....
From my personal experience if my site looks good in Firefox, it will look good in all other browsers. Firefox is a less forgiving browser when it comes to HTML attributes. Everything has to be in the right place for Firefox. Also, if your site is about 1000px wide, it should be viewed fairly well in all resolutions. I normally have my sites at about 800px wide, but 1000px is acceptable as well. Hope that helps!
Firefox less forgiving ? I guess you uninstalled IE a long time ago ? ) Internet explorer is one of the crappiest browsers around, the majority of people are still using it because the big M is shoving it in all Win distros. Many websites use extra css for ie just to fix the page rendering it is doing (that's why it recognizes conditional comments <!--[if IE 6]> etc), it has like 3 document modes: quirks,ie7,ie8 and i presume it will continue with ie9. I think i got carried away a little, sorry! Ontopic: You can use percentages for the width and fixed sizes for the height and the website will morph (if it is well design/coded) for every resolution. If your page is broken in other browsers that means that you need some extra css to fix that browser or you have some mistakes in your css.