Home All Groups Group Topic Archive Search About
Author
9 Mar 2006 10:28 AM
bacardi
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....

Author
9 Mar 2006 12:15 PM
Kevin Spencer
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.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer

Presuming that God is "only an idea" -
Ideas exist.
Therefore, God exists.

Show quote
"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....
>
Author
9 Mar 2006 3:06 PM
Damien
Kevin Spencer wrote:
> 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.
>
And if you're using ASP.NET 1.1, update your browserCaps, because it
doesn't know anything about modern browsers.

http://slingfive.com/pages/code/browserCaps/

Damien

AddThis Social Bookmark Button