Re: [css-d] question on fix for IE6 min-width issue

2009-07-26 Thread David Butler
On 7/25/2009 3:30 PM, G.Sørtun wrote: > David Butler wrote:> > > body { width:expression(d=document.compatMode=="CSS1Compat"? > > documentElement:document) &&(d.clientWidth<501?"500px":"auto");} > > What does the first part of this expression accomplish? > > > You mean the part of the expres

Re: [css-d] question on fix for IE6 min-width issue

2009-07-25 Thread G.Sørtun
David Butler wrote:> > body { width:expression(d=document.compatMode=="CSS1Compat"? > documentElement:document) &&(d.clientWidth<501?"500px":"auto");} > > What does the first part of this expression accomplish? You mean the part of the expression that checks if IE6 is in standard mode (CSS1 co