Re: [css-d] Hack to target IE9 beta

2010-09-16 Thread Thierry Koblentz
Hi Alan, > Mmm, ok, these are the same results that I see when IE9 preview is in > IE7 document mode or when IE8 is in IE7 compatibility mode. > > For IE7, /9, /a, /b, /c and /d works. > For IE8, /0, /9, /a, /b, /c and /d works. > For IE9 preview, /0 works. Interesting... It looks like if you r

Re: [css-d] Can i vertically centre a UL?

2010-09-16 Thread Chris Blake
Hey, Having given the best solution to what is impossible via CSS comes Tim with an impressive (off-list) javascript solution! Mad props Tim! This list has been here from day one (4yrs for me) and I am a self- taught webmaster (lol) bordering on having a decent career. It's only cos of pe

Re: [css-d] Seeking browser compatibility

2010-09-16 Thread David Hucklesby
On 9/15/10 5:24 PM, Keith Purtell wrote: In my search for information about accommodating different browsers, I've come across four recommended approaches: 1-Write a JavaScript to load separate style sheets. 2-Use JavaScript to write "local" css in the page header. 3-Use conditional comments to i

Re: [css-d] Cross Browser Compatibility while using asp.net Server Control - DropDownList

2010-09-16 Thread Climis, Tim
> The Problem: > -- > A DropDownList rendered by ASP.Net is displayed correctly in IE8. > But, it appears as enlarged, boxed DropDownList in FireFox(Latest > version). > It happens only when this DropDownList is the First control on the > WebPage. > All other DropDownLists appearing

Re: [css-d] Hack to target IE9 beta

2010-09-16 Thread Thierry Koblentz
Hi Alan, > Mmm, ok, these are the same results that I see when IE9 preview is in > IE7 document mode or when IE8 is in IE7 compatibility mode. > > For IE7, /9, /a, /b, /c and /d works. > For IE8, /0, /9, /a, /b, /c and /d works. > For IE9 preview, /0 works. > > > Are you sure that you have IE9

[css-d] Cross Browser Compatibility while using asp.net Server Control - DropDownList

2010-09-16 Thread Dilip Nagle
The Problem: -- A DropDownList rendered by ASP.Net is displayed correctly in IE8. But, it appears as enlarged, boxed DropDownList in FireFox(Latest version). It happens only when this DropDownList is the First control on the WebPage. All other DropDownLists appearing as subsequent c

Re: [css-d] Seeking browser compatibility

2010-09-16 Thread Alan Gresley
Duncan Hill wrote: On Thu, 16 Sep 2010 01:24:40 +0100, Keith Purtell wrote: In my search for information about accommodating different browsers, I've come across four recommended approaches: 1-Write a JavaScript to load separate style sheets. 2-Use JavaScript to write "local" css in the page

Re: [css-d] Seeking browser compatibility

2010-09-16 Thread Duncan Hill
On Thu, 16 Sep 2010 01:24:40 +0100, Keith Purtell wrote: In my search for information about accommodating different browsers, I've come across four recommended approaches: 1-Write a JavaScript to load separate style sheets. 2-Use JavaScript to write "local" css in the page header. 3-Use condi

Re: [css-d] Seeking browser compatibility

2010-09-16 Thread David Laakso
On 9/15/10 8:24 PM, Keith Purtell wrote: A typical example of a problem I'm trying to deal with is IE ignoring max-width.- Keith Purtell IE 7/8 support min/max. IE/6 does not support min/max. IE/6 is on "death row." Feed IE/6 width only [not min/max width]. #page {min-width: whatever; ma

Re: [css-d] Hack to target IE9 beta

2010-09-16 Thread Alan Gresley
Thierry Koblentz wrote: How does IE9 beta show these test? These are the ones that "work": 9, a, b, c, d