I'm having a slight issue with Firefox's interpretation of fleshing out the background color in some of my layers. Here's the URL: http://www.esquire-tile.com/binders/binderpop.htm CSS page: http://www.esquire-tile.com/binders/divcss.css Rolling over various sections of the image should bring up some hidden layers. In IE, it works fine. In Firefox, some of the layers show up fine, some of them have some odd transparency issues. Any ideas?
I'm not sure if you're trying to make the division clear or solid. Try these instead of transparent. They have worked perfect for me in the past. filter:alpha(opacity=0); -moz-opacity:0; opacity: 0;
Woops...should have been more specific. The transparency should NOT be there. Just the dark blue color.