Hello Masters;
I design Master page, it shows fine in IE but when i open it in other browser (Firefox, Netscape etc) it spread. can anybody tell me how can i set cross browser compatibility for my Web Application so that it can be viewable same in all browser,
i have just an idea about it, it may possible through .css
please help.
Thanks
Regards
Rashid
Loading
Adil SaudPosted Feb 12, 2010, 4:36 AM
Yes you are absolutely right, you need to check your style/css attributes, you might be righting CSS OR styles that are compatible with IE only, TRye testing the things in IE8,IE7 and IE6. If your page works fine in these browsersd then it will work win Firefox as well.
Right solution might be you need to implement browser independent styles OR css, in simple words style should be compatible in all browsers.
Refre Foolowing URL's:
http://www.quirksmode.org/css/contents.html
http://en.wikipedia.org/wiki/Cross-browser
Hope this will help.
Thanx,
Adil...:))