Re: [css-d] IE6 min-width technique

2008-01-12 Thread David Hucklesby
On Sat, 12 Jan 2008 05:55:44 -0500, DAVOUD TOHIDY wrote: > David, I understand your concern and I agree with your point of > view. However I believe George did answer your question very > well when I was dreaming in my bed :). > > Thanks a lot George for such a descriptive reply. I might not > have

Re: [css-d] IE6 min-width technique

2008-01-12 Thread DAVOUD TOHIDY
David, I understand your concern and I agree with your point of view. However I believe George did answer your question very well when I was dreaming in my bed :). Thanks a lot George for such a descriptive reply. I might not have been able to explain it as good as you if i wanted to. Regards,

Re: [css-d] IE6 min-width technique

2008-01-11 Thread Gunlaug Sørtun
David Hucklesby wrote: > Otherwise, I guess I misunderstand the purpose of validation. No, I don't think you have misunderstood _one_ of the purposes; to check that all is "correctly typed" = "technically valid". As we all should know: validity is easy to achieve - regardless of whether it works o

Re: [css-d] IE6 min-width technique

2008-01-11 Thread David Hucklesby
On Fri, 11 Jan 2008 15:31:50 -0500, DAVOUD TOHIDY wrote: > >> Sorry. I don't see how putting a proprietary CSS declaration in a separate >> style >> sheet makes it valid? >> > > It will at least let the main CSS file to validate. The > other css file for IE still will not validate :) that was what

Re: [css-d] IE6 min-width technique

2008-01-11 Thread DAVOUD TOHIDY
> Sorry. I don't see how putting a proprietary CSS declaration in a > separate style sheet makes it valid? It will at least let the main CSS file to validate. The other css file for IE still will not validate :) that was what I meant. regards davoud

Re: [css-d] IE6 min-width technique

2008-01-11 Thread David Hucklesby
On Fri, 11 Jan 2008 12:13:59 -0500, DAVOUD TOHIDY wrote: > > Anything inside * html will be ignored by other browsers. IE Expressions will > not > validate. You will need to take that out and put in a seperate style sheet. > Sorry. I don't see how putting a proprietary CSS declaration in a separ

Re: [css-d] IE6 min-width technique

2008-01-11 Thread Gunlaug Sørtun
Rod Miles wrote: > > Has anyone run into complications using this method? Any gotchas?? Apart from the 'star HTML' problem Davoud mentioned, any comments I have about the use of expressions f

Re: [css-d] IE6 min-width technique

2008-01-11 Thread DAVOUD TOHIDY
> Date: Fri, 11 Jan > 2008 09:53:40 -0700> Subject: [css-d] IE6 min-width technique> > > Hello > everyone,> > I wanted to get some feedback from the list on using IE's > proprietary CSS> attributes to define min/max width for IE6.> I found a l

[css-d] IE6 min-width technique

2008-01-11 Thread Rod Miles
Hello everyone, I wanted to get some feedback from the list on using IE's proprietary CSS attributes to define min/max width for IE6. I found a link on www.CSSBeauty.com to this: http://perishablepress.com/press/2007/01/16/maximum-and-minimum-height-and-w idth-in-internet-explorer/ Pe