mozilla firefox

B

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....
 
K

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.
 
D

Damien

Kevin said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top