Re: [css-d] Conditional CSS Comment Not Working

2008-08-27 Thread Jens Brueckmann
2008/8/27 Stan McCoy <[EMAIL PROTECTED]>: > Greetings ­ Can you tell me what is wrong with the following conditional > comments for IE? It appears near the top of my Head for each HTML page, > below META tags and Title. > The standard css file is overriding the IE6 and IE7 specific versions. Hi St

Re: [css-d] Conditional CSS Comment Not Working

2008-08-27 Thread Bill Brown
Stan McCoy wrote: > > > /> Hi Stan, The order of the style sheets is probably causing you the problem here. Present your default first, then override for IE6/7 like this: That should do the trick. Hope it helps. --Bill -- ~~

Re: [css-d] Conditional CSS Comment Not Working

2008-08-27 Thread Glenn E. Lanier, II
On Wed, Aug 27, 2008 at 10:19 AM, Stan McCoy <[EMAIL PROTECTED]> wrote: > The standard css file is overriding the IE6 and IE7 specific versions. For > example, if I give the body a green border in the IE6 style sheet, it shows > in IE6 only. But if I then add a different colored border to the stan

Re: [css-d] Conditional CSS Comment Not Working

2008-08-27 Thread Dennis Bixler
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stan McCoy Sent: Wednesday, August 27, 2008 11:20 AM To: css-d@lists.css-discuss.org Subject: [css-d] Conditional CSS Comment Not Working Greetings - Can you tell me what is wrong with the following

[css-d] Conditional CSS Comment Not Working

2008-08-27 Thread Stan McCoy
Greetings ­ Can you tell me what is wrong with the following conditional comments for IE? It appears near the top of my Head for each HTML page, below META tags and Title. The standard css file is overriding the IE6 and IE7 specific versions. For example, if I give the body a green border in the IE