Re: Regarding Mozilla Browser Compatibility in an application
- From: "m.posseth" <posseth@xxxxxxxxx>
- Date: Thu, 3 Nov 2005 09:29:17 +0100
just create the apropriate class or style
width: 100%; height: 100%; and it will work in both browsers without a
problem
in my project i use this one ( the text area you see if you go into the
warenkorb )
..textAreaOrderRef {
font-weight: normal;
font-size: 11px;
overflow: hidden;
width: 100%;
color: #000000;
border-top-style: none;
line-height: 15px;
font-family: Verdana, Helvetica;
border-right-style: none;
border-left-style: none;
height: 100%;
background-color: #ffffff;
border-bottom-style: none;
}
this will make it really nice integrated in a table
so i guess some CSS would be the bether solution , and then you will notice
that the CSS implementation of firefox is better as that of the current IE
as Firefox is a more modern browser
regards
Michel Posseth
"Ken Tucker [MVP]" <vb2ae@xxxxxxxxxxxxx> schreef in bericht
news:%23SgleWA4FHA.3636@xxxxxxxxxxxxxxxxxxxxxxx
> 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: Cor Ligthert [MVP]
- 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
- From: Ken Tucker [MVP]
- Re: Regarding Mozilla Browser Compatibility in an application
- Prev by Date: Re: Creating Dataview limited to certain columns from datatable
- Next by Date: Re: Writing to two tables
- 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
|