|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
mozilla firefoxi developed one web site which is working properly in Internet
explorer,but it is not coming smoothly in the mozilla firefox,the alignment of controls going very strangely. Plz help me with some ideas.... Internet Explorer 6 and Mozilla browsers handle certain things diffrently,
especially some CSS. In particular, margins and padding are handled differently. But there are other aspects as well. Mozilla is W3C-compliant (almost completely), but IE 6 is way behind in terms of standards compliance. You have a couple of alternatives, and I would use both of them: 1. Learn how IE 6 and Mozilla handle things differently. Learn the W3C standards, and design to make the best use of both types of browsers. 2. Test any pages that generate HTML in both IE 6 and FireFox. -- Show quoteHTH, Kevin Spencer Microsoft MVP ..Net Developer Presuming that God is "only an idea" - Ideas exist. Therefore, God exists. "bacardi" <mail2ano***@gmail.com> wrote in message news:1141900131.999976.273450@j33g2000cwa.googlegroups.com... >i developed one web site which is working properly in Internet > explorer,but it is not coming smoothly in the mozilla firefox,the > alignment of controls going very strangely. > > Plz help me with some ideas.... > Kevin Spencer wrote:
> Internet Explorer 6 and Mozilla browsers handle certain things diffrently, And if you're using ASP.NET 1.1, update your browserCaps, because it> especially some CSS. In particular, margins and padding are handled > differently. But there are other aspects as well. Mozilla is W3C-compliant > (almost completely), but IE 6 is way behind in terms of standards > compliance. > > You have a couple of alternatives, and I would use both of them: > > 1. Learn how IE 6 and Mozilla handle things differently. Learn the W3C > standards, and design to make the best use of both types of browsers. > 2. Test any pages that generate HTML in both IE 6 and FireFox. > doesn't know anything about modern browsers. http://slingfive.com/pages/code/browserCaps/ Damien |
|||||||||||||||||||||||