Greetings! I'm trying to make transparent backgrounds for DIVs work across different browsers without the child elements inheriting the transparency. Following a suggestion I found in the archives I used a small PNG file tiled as the background as a standard method, then-- since I was already using an IE6 specific style sheet-- used the alpha filter applied to a background color for IE6 or older. It was my understanding that IE's filter property was the only one of the three CSS opacity methods that would allow you to return child elements back to 100% opacity.
The problem I have is that I can't get the child elements back to 100% opacity. I'm not sure what I'm doing wrong. Here's the links in question: http://www.ladyofdragons.com/test/gallery/art-archive.htm http://www.ladyofdragons.com/test/aurora-noc-ie6.css http://www.ladyofdragons.com/test/aurora-noc-master.css And snippets from the IE stylesheet: ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
