huh old standards ???????????
firefox / mozilla is far ahead of IE 6 when it becomes to industry
standard specs ( with IE 7 ms has some catching up to do )
the problem i see most of the times has more to do with people writing IE
only HTML or using CSS that only IE understands
Both Mozilla and IE are strict to W3C rules so write your code strict to
W3c recomendations and you should be pretty safe
also with script do not use the shorter Jscript but use true Javascript
this will work on both browsers without having to write anny line of "if
IE do this if mozi;l;a then etc etc
see this pretty complicated websites i wrote
http://www.bildelskatalogen.se/ ( swedish )
enter as a vistor
http://www.tireponline.de/login.aspx?ReturnUrl=/Default.aspx (
german )
visit these websites with IE or Mozilla / Firefox on Windows , Linux
/ Unix or Mac and you will see no difference at all
i have not written anny extra code to get this functioning nowhere in my
code i use tech to switch content for another browser
It requirs some investigating , and knowledge of javascript and not to
depend to much on ASP.Net web controls ( i wrote most of the controls and
actions myself )
regards
Michel Posseth [MCP]
Ken Tucker said:
Hi,
Make sure you are using html 4.0 standards for it to display
properly. IE will render the older standards properly.
http://www.asptoday.com/Content.aspx?id=2339
Ken
--------------------------
in message Hi,
We have developed a web application that works very good in IE. But now
the
client require the same application to work on various browsers other
than
IE. For eg. Mozilla. When we tried to open the application in Mozilla
the
appearance of the application was not like it is in IE. I want our
application to run the same in all browsers. Can anyone help me in this
regards.
Thanks in advance,
N.Ramakrishnan