http://www.w3schools.com/browsers/browsers_stats.asp


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Red Rooster
Sent: Friday, August 24, 2007 10:55 AM
To: CSS Discuss
Subject: Re: [css-d] Nav container: Collapses in IE6

Thank guys,
I added the 1% height and it works great.

I used to kind of blow off IE6, but a client was having too many of his
customers have problems with his site. I'm glad I check for it now, even
thought it's __________! (you fill in the blank)

There is a list somewhere of browser stats around the web, do you know if it
(them) ?

Thanks again,

- RR

On 8/24/07, Barney Carroll <[EMAIL PROTECTED]> wrote:
>
> Sorry RR,
>
> That's the result of my partial advice (it's debateable as to whether or
> not it's good practice but I always treat IE bugs as exceptions to be
> dealt with as and when they come up): IE needs the abstract
> MS-proprietary property of 'hasLayout' to apply conventional box model
> logic in some cases. There are two ways of dealing with this depending
> on how you feel about 'clean' coding:
>
> . You can give it the non-W3-spec MS CSS zoom:1, and all other browsers
> will simply not process the rule (the downside being invalid CSS).
>
> . You can give it height:1%, and still have entirely valid CSS but
> having given every browser a piece of what makes very little sense (but
> it won'y screw anything up in rendering terms).
>
> Either way, IE6 will then render like a sane creature.
>
> Regards,
> Barney
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> IE7 information -- http://css-discuss.incutio.com/?page=IE7
> List wiki/FAQ -- http://css-discuss.incutio.com/
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to