Probably because Microsoft installs their craptapular browser by default
with Windows and most users don't know there's alternatives. It's part of
our role to advertise browsers like Firefox and Opera to reduce that 80%
ratio imho.
If Microsoft was to pay every developer for the time they lost to make their
application work in their ridiculously standard incompatible software they
call a browser, I'm pretty sure it would go bankrupt.
My 2ยข
~ Simon
On 12/12/06, Aneesha Govil <[EMAIL PROTECTED]> wrote:
On 12/11/06, Andrew Robinson <[EMAIL PROTECTED]> wrote:
>
> Your best bet is to ask your questions against google for specific
> rendering issues. Do not look at the JSF code, but rather the generated
> HTML. IE has tons of bugs that Microsoft will never fix (especially on IE6).
> Also, IE 6 doesn't support most CSS2 attributes and IE7 still is far behind
> the standards. As a web developer, you simply have to learn how to get your
> CSS to work in both IE & W3C browsers. Often a trick is to put an underscore
> in front of styles for IE only:
>
> P {
> _width: this is IE specific;
> width: all browsers see this;
> }
>
> Yeah, I used something similar. It doesn't look perfect but seems usable
to me. Let's see what the reviewers think. ;)
Makes me wonder how 80% people on the web can use IE!
Thanks,
Aneesha