Re: Regarding Mozilla Browser Compatibility in an application
- From: "Ken Tucker [MVP]" <vb2ae@xxxxxxxxxxxxx>
- Date: Wed, 2 Nov 2005 18:31:48 -0500
Hi,
For example in a text area if you set a height and width the text
area will dislay properly in IE not firefox. You need to use rows and cols
for it to display properly in both. Hope that makes sense
Ken
----------------
"m.posseth" <posseth@xxxxxxxxx> wrote in message
news:OiIBHw83FHA.3540@xxxxxxxxxxxxxxxxxxxxxxx
> 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=%2fDefault.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 [MVP]" <vb2ae@xxxxxxxxxxxxx> schreef in bericht
> news:%23UYh8i53FHA.3460@xxxxxxxxxxxxxxxxxxxxxxx
>> 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
>> --------------------------
>> "Ramakrishnan Nagarajan" <ramakrishnan@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote
>> in message news:C2AE2D4A-87E9-4740-A468-0C9DB7AF11DE@xxxxxxxxxxxxxxxx
>>> 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
>>
>>
>
>
.
- Follow-Ups:
- Re: Regarding Mozilla Browser Compatibility in an application
- From: m.posseth
- Re: Regarding Mozilla Browser Compatibility in an application
- References:
- Re: Regarding Mozilla Browser Compatibility in an application
- From: Ken Tucker [MVP]
- Re: Regarding Mozilla Browser Compatibility in an application
- Prev by Date: Re: Message to ALL YOU [MVP]
- Next by Date: Crystal Report
- Previous by thread: Re: Regarding Mozilla Browser Compatibility in an application
- Next by thread: Re: Regarding Mozilla Browser Compatibility in an application
- Index(es):
Relevant Pages
|