Re: [css-d] transparent background issue with IE

2006-01-25 Thread francky
Stan Winchester wrote: Using FF 1.5 NS 8 the div tag id outer I've set the background-color to transparent it renders as I wanted, but in IE 6 shows the background black (look under the FAQ button - My client insist on using the graphic button menu). It seemed the black is coming from the color

Re: [css-d] transparent background issue with IE

2006-01-25 Thread Zoe M. Gillenwater
Stan Winchester wrote: Using FF 1.5 NS 8 the div tag id outer I've set the background-color to transparent it renders as I wanted, but in IE 6 shows the background black (look under the FAQ button - My client insist on using the graphic button menu). snip

Re: [css-d] transparent background issue with IE

2006-01-25 Thread Holly Bergevin
From: Zoe M. Gillenwater [EMAIL PROTECTED] IE doesn't support transparent as a value for background-color. It always renders it as black. In your case, just leave out the background-color declaration, since it's transparent by default anyway. This is not correct. IE does support

Re: [css-d] transparent background issue with IE

2006-01-25 Thread Zoe M. Gillenwater
Holly Bergevin wrote: From: Zoe M. Gillenwater [EMAIL PROTECTED] IE doesn't support transparent as a value for background-color. It always renders it as black. In your case, just leave out the background-color declaration, since it's transparent by default anyway. This is not

Re: [css-d] transparent background issue with IE

2006-01-25 Thread Gunlaug Sørtun
Zoe M. Gillenwater wrote: Hmm, I'm confused now. Where did the black color come from then? I can't even seem to find the background-color: transparent declaration now on the original page... Ack. :-) http://www.aftershockweb.net/bd/asian-herbs/test/ Look for #outer {border-left: 200px

Re: [css-d] transparent background issue with IE

2006-01-25 Thread Zoe M. Gillenwater
Gunlaug Sørtun wrote: Zoe M. Gillenwater wrote: Hmm, I'm confused now. Where did the black color come from then? I can't even seem to find the background-color: transparent declaration now on the original page... Ack. :-) http://www.aftershockweb.net/bd/asian-herbs/test/ Look for

Re: [css-d] transparent background issue with IE

2006-01-25 Thread Stan Winchester
Stan Winchester wrote: Using FF 1.5 NS 8 the div tag id outer I've set the background-color to transparent it renders as I wanted, but in IE 6 shows the background black (look under the FAQ button - My client insist on using the graphic button menu). It seemed the black is coming from the

Re: [css-d] transparent background issue with IE

2006-01-25 Thread Stan Winchester
Here is html: http://www.aftershockweb.net/bd/asian-herbs/test/ [...] Here is css: http://www.aftershockweb.net/bd/asian-herbs/test/assets/styles.css Thanks to All who have helped on this issue, I validated the page,

Re: [css-d] transparent background issue with IE

2006-01-25 Thread Gunlaug Sørtun
Stan Winchester wrote: http://www.aftershockweb.net/bd/asian-herbs/test/ The simplest fix is to rewrite #outer and forget about that transparent border. Also, add a stabilizer for IE/win. Style it like this: #outer { background-color: transparent; margin-left: 200px; /* replaces border */

Re: [css-d] transparent background issue with IE

2006-01-25 Thread Stan Winchester
Stan Winchester wrote: http://www.aftershockweb.net/bd/asian-herbs/test/ The simplest fix is to rewrite #outer and forget about that transparent border. Also, add a stabilizer for IE/win. Style it like this: #outer { background-color: transparent; margin-left: 200px; /* replaces

Re: [css-d] transparent background issue with IE

2006-01-25 Thread Holly Bergevin
From: Stan Winchester [EMAIL PROTECTED] http://www.aftershockweb.net/bd/asian-herbs/test/ It works fine in NS FF, but in IE the left column is now gone. I think that #inner needs {position: relative;} now. You can probably remove that property from #outer. ~holly

Re: [css-d] transparent background issue with IE

2006-01-25 Thread Gunlaug Sørtun
Holly Bergevin wrote: From: Stan Winchester [EMAIL PROTECTED] http://www.aftershockweb.net/bd/asian-herbs/test/ It works fine in NS FF, but in IE the left column is now gone. I think that #inner needs {position: relative;} now. You can probably remove that property from #outer.

Re: [css-d] transparent background issue with IE

2006-01-25 Thread Stan Winchester
Holly Bergevin wrote: From: Stan Winchester [EMAIL PROTECTED] http://www.aftershockweb.net/bd/asian-herbs/test/ It works fine in NS FF, but in IE the left column is now gone. I think that #inner needs {position: relative;} now. You can probably remove that property from #outer.

[css-d] transparent background issue with IE

2006-01-24 Thread Stan Winchester
Using FF 1.5 NS 8 the div tag id outer I've set the background-color to transparent it renders as I wanted, but in IE 6 shows the background black (look under the FAQ button - My client insist on using the graphic button menu). It seemed the black is coming from the color selector in the body