div & css- transparency problem in FireFox

Discussion in 'CSS' started by TrippAllen, Jun 28, 2006.

  1. #1
    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?
     
    TrippAllen, Jun 28, 2006 IP
  2. jestep

    jestep Prominent Member

    Messages:
    3,659
    Likes Received:
    215
    Best Answers:
    19
    Trophy Points:
    330
    #2
    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;
     
    jestep, Jun 28, 2006 IP
  3. TrippAllen

    TrippAllen Peon

    Messages:
    14
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Woops...should have been more specific. The transparency should NOT be there. Just the dark blue color.
     
    TrippAllen, Jun 28, 2006 IP