Re: [css-d] conditional import to css?

2005-07-12 Thread T. R. Valentine
On 12/07/05, Ben Curtis <[EMAIL PROTECTED]> wrote: > > > I like the technique of importing an IE 'hack' stylesheet by using the > > > > because it doesn't require good browsers to have to look at a lot > > of garbage. > > > > But I've run into a problem. When using one of my available alternate >

Re: [css-d] conditional import to css?

2005-07-12 Thread Ben Curtis
I like the technique of importing an IE 'hack' stylesheet by using the because it doesn't require good browsers to have to look at a lot of garbage. But I've run into a problem. When using one of my available alternate stylesheets I do not want the IE 'hack' stylesheet. But, because it is i

Re: [css-d] conditional import to css?

2005-07-12 Thread Callum Mcleod
the css will no longer validate however On 7/13/05, Rich Points <[EMAIL PROTECTED]> wrote: > You don't need a separate sheet for IE hacks, you can write the hacks > into your main sheet using the following syntax. > > For example say there was a margin issue > > margin: 0 0 15px 0; > _margin: 0

Re: [css-d] conditional import to css?

2005-07-12 Thread Rich Points
You don't need a separate sheet for IE hacks, you can write the hacks into your main sheet using the following syntax. For example say there was a margin issue margin: 0 0 15px 0; _margin: 0 0 25px 0; The second style definition only works in IE :-) no need for a separate sheet. This saves

[css-d] conditional import to css?

2005-07-12 Thread T. R. Valentine
I like the technique of importing an IE 'hack' stylesheet by using the because it doesn't require good browsers to have to look at a lot of garbage. But I've run into a problem. When using one of my available alternate stylesheets I do not want the IE 'hack' stylesheet. But, because it is in the