Re: [css-d] IE Conditional comments - IE import hack

2008-01-10 Thread Gunlaug Sørtun
Michael Adams wrote: > However, my personal preference is for the @import hack: > FOR > * The CSS stays in the css files (doesn't cause you to hack the header) > * Create code for the standards compliant browsers then hack for IE > * All IE hacks are in a seperate file > * It may not need to wo

Re: [css-d] IE Conditional comments - IE import hack

2008-01-09 Thread Michael Adams
On Wed, 09 Jan 2008 04:50:22 -0700 Alan Gresley wrote: > Michael Adams wrote > > > I have been lurking here for the last month and have a question > > about the right way to handle IE using CSS. > > > > I use a master CSS file with the format as follows. To me, the > > master file method as well

Re: [css-d] IE Conditional comments - IE import hack

2008-01-09 Thread Michael Adams
On Wed, 09 Jan 2008 13:32:39 -0500 Nancy Johnson wrote: [snip] > > Is @import? > > or > > > > a better way? > Conditional comments are by far the safer and generally more preferred method. However, my personal preference is for the @import hack: FOR * The CSS stays in the css files (does

Re: [css-d] IE Conditional comments - IE import hack

2008-01-09 Thread Alan Gresley
Please let me apologize for my last message, my webmail time out. Nancy Johnson wrote: > I have a question related to the same issue. > > I am converting a very poorly constructed table based site to CSS. > > It is a tight fixed width site. Since it is a child of a larger site, > I don't feel I

Re: [css-d] IE Conditional comments - IE import hack

2008-01-09 Thread Alan Gresley
Nancy Johnson wrote:> I have a question related to the same issue.> > I am converting a very poorly constructed table based site to CSS.> > It is a tight fixed width site. Since it is a child of a larger site,> I don't feel I can convert to a more fluid site or change the look and> feel.> > I ha

Re: [css-d] IE Conditional comments - IE import hack

2008-01-09 Thread Nancy Johnson
I have a question related to the same issue. I am converting a very poorly constructed table based site to CSS. It is a tight fixed width site. Since it is a child of a larger site, I don't feel I can convert to a more fluid site or change the look and feel. I have used /*** IE Fix ***/ * html

Re: [css-d] IE Conditional comments - IE import hack

2008-01-09 Thread Alan Gresley
Michael Adams wrote > I have been lurking here for the last month and have a question about > the right way to handle IE using CSS. > > I use a master CSS file with the format as follows. To me, the master > file method as well as solving the 'old browser' issue, is easier for > another designer

[css-d] IE Conditional comments

2008-01-06 Thread Michael Adams
I have been lurking here for the last month and have a question about the right way to handle IE using CSS. I use a master CSS file with the format as follows. To me, the master file method as well as solving the 'old browser' issue, is easier for another designer to approach my code. /* Master C

Re: [css-d] IE Conditional comments

2006-11-04 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: > Wouldn't it be a more elegant solution to put conditional comments in > the CSS document itself? Styles for specific browsers could be kept > in a central location, with the added bonus of being cached on the > client's machine instead of having to push these comments

Re: [css-d] IE Conditional comments

2006-11-04 Thread Patrick James
On Sat, 4 Nov 2006 11:40:30 +, Bob Easton wrote (in message <[EMAIL PROTECTED]>): > Go with

Re: [css-d] IE Conditional comments

2006-11-04 Thread Bob Easton
[EMAIL PROTECTED] wrote: > Does anyone else have an issue with Microsoft's conditional comments > solution? I really don't want to sound like I'm bashing here, I'm really > happy that we're getting a more compliant browser from IE, but I'm about to > embark on hours of work to fix up sites for w

[css-d] IE Conditional comments

2006-11-04 Thread Hardie.CA
Does anyone else have an issue with Microsoft's conditional comments solution? I really don't want to sound like I'm bashing here, I'm really happy that we're getting a more compliant browser from IE, but I'm about to embark on hours of work to fix up sites for which I or previous developers emp