Re: [WSG] Mac IE hack and CSS validation

2005-07-05 Thread Kenny Graham
I'm not sure on the specifics of the hack you're using, but it should validate if you put a space after the *. On 7/5/05, Bruce Gilbert [EMAIL PROTECTED] wrote: Hello, I have a couple of lines in my CSS targeting mac IE with: *htmlbody #wrapper_inner{ width:750px; background-color:#036;

Re: [WSG] Mac IE hack and CSS validation

2005-07-05 Thread Sheri German
On Jul 5, 2005, at 7:23 PM, Bruce Gilbert wrote: I have a couple of lines in my CSS targeting mac IE with: *htmlbody #wrapper_inner{ width:750px; background-color:#036; padding:0; margin:0; } the * causes to CSS to not validate due to a parsing error. Is there any way around this?? Here is

Re: [WSG] Mac IE hack and CSS validation

2005-07-05 Thread Lachlan Hardy
Bruce Gilbert wrote: *htmlbody #wrapper_inner{ width:750px; background-color:#036; padding:0; margin:0; } the * causes to CSS to not validate due to a parsing error. Is there any way around this?? From a future-proofing perspective, I recommend you try Tantek's IE5/Mac Band Pass Filter:

Re: [WSG] Mac IE hack and CSS validation

2005-07-05 Thread jrcherry
Quoting Kenny Graham [EMAIL PROTECTED]: I'm not sure on the specifics of the hack you're using, but it should validate if you put a space after the *. Yes, definitely a space, but if * htmlbody is a chain of descendant selectors (with the '' representing a direct parentchild pair), what

Re: [WSG] Mac IE hack and CSS validation

2005-07-05 Thread Lachlan Hardy
[EMAIL PROTECTED] wrote: is a chain of descendant selectors (with the '' representing a direct parentchild pair), what could possibly be the parent of html ? According to spec, nothing. However all versions (AFAIK) of IE, both Win and Mac, render their DOM with an anonymous parent to the