Hi friends, I need to know differences between IE 6,7,8 ,Fire fox & google chrome..Since my website application is not at all compatable with these browser's .Getting alignment problem ,So Plz let me know the differences..
Thanks & Regards, Sagar
|
| Author: jananeekar 03 Nov 2009 | Member Level: Silver | Rating:   Points: 3 |
Hi sagar,
Usually the major and a hidden mistake developers does is to use a lot of tables and nested tables, and each and every browser renders a table object in its own way, for example: you just apply rules= all on a table object in design. then u are about to see a different result in firefox and IE....
and coming to image rendering IE6 fails to render the images fast coz IE6 comes with a bug in rendering images, but whereas IE7 and above and firefox rest all other browsers renders the image stuff nicely,
to major extent IE7 and Firefox act as alike whereas they vary in some Dom aspects.
so a best and efficient way to layout a website design is to strictly follow Div's, based on divs the browsers render the content fast and efficient and u dont come across the allignment issues. I hope this brief note helps you...
regards, Jananeekar.
|
| Author: L Sagar 03 Nov 2009 | Member Level: Silver | Rating:  Points: 2 |
Hi jananeekar, Thanks for ur quick response, Even we used for all the aspx forms div's only ,tha tables what we used those are all inside the div ,But also we are facing lot of allignment issue in IE7, Fire fox & chrome...Especially the master page have header & footer , the footer is not extending along with content in other than IE6..Plz let me know the problem
Thanks & Regards, Sagar
|
| Author: greeny_1984 03 Nov 2009 | Member Level: Diamond | Rating:  Points: 2 |
Hi,
check this article for info on browser compatability
http://www.aspsnippets.com/post/2009/05/12/Issues-HTML-and-CSS-Browser-Compatibility.aspx
Regards, Greeny_1984
Rate this Response[Excellent/Good/Poor] FRESHERS check this link Need help from me join here
|
| Author: ShashiKant Gupta 04 Nov 2009 | Member Level: Gold | Rating:  Points: 2 |
W3c maintains the standard way of rendering html and all browsers follow it. now W3c also updates these standards and releases new versions periodically, problem occurs here
different browsers target different version of standard and thats why they render same property in different way according to the version they are targetting.
|