Transparent in Fx, NOT in IE

Discussion in 'CSS' started by Superorb, Nov 1, 2006.

  1. #1
    I'm trying to get the header image to display corectly in IE. Fx it is correct. It has transparent edges in Fx but in IE it's all boxed out and no transparency. If I set it to absolute it's ok but won't move with the page when resized. Ideas? I included the same image under the banner on the right to show it's transparent.

    http://dlis.dos.state.fl.us/_dev/ken/dos/test.cfm
     
    Superorb, Nov 1, 2006 IP
  2. Superorb

    Superorb Peon

    Messages:
    149
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Anyone??...
     
    Superorb, Nov 2, 2006 IP
  3. jestep

    jestep Prominent Member

    Messages:
    3,659
    Likes Received:
    215
    Best Answers:
    19
    Trophy Points:
    330
    #3
    It's not the image. Something in the layout is causing the image not to show up.

    Is the big bottom margin pushing it off the viewable part of the page? (margin: 1px 0 -250px 5px)

    Also, your tabs right below the header are not displaying inline in IE. inline-block is CSS2 and is not supported by any Internet explorer browser that I know of. You should be fine with either block or inline, but not inline-block.
     
    jestep, Nov 2, 2006 IP
  4. webdesigner

    webdesigner Well-Known Member

    Messages:
    489
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    110
    #4
    Not sure if you have tried the site in IE7 but it seems to be all over the place. Firefox seems to look ok
     
    webdesigner, Nov 2, 2006 IP
  5. jestep

    jestep Prominent Member

    Messages:
    3,659
    Likes Received:
    215
    Best Answers:
    19
    Trophy Points:
    330
    #5
    That's what I'm using as well.

    There are so many IE specific tags in the css file. I would remove them all, and then adjust as necessary.
     
    jestep, Nov 2, 2006 IP
  6. Superorb

    Superorb Peon

    Messages:
    149
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Haven't tried it in IE7 b/c we can't have it at work. what a PITA it is designing for the most widely used browser and I can't even test it at work. Rediculous.
     
    Superorb, Nov 2, 2006 IP