Image disappears in z-index div on IE

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gary

    Image disappears in z-index div on IE


    I have tabbed divs using z-index CSS and Javascript. I got the code,
    tab_webfx.css and tabpane.js, from an online example. It works fine
    using Firefox and Safari but on IE the images I have in the divs
    disappear. They initially are shown but when IE finishes loading they
    disappear.



    Note: my CSS file is a bit messy and I need to clean it up, i.e.
    remove what I am no longer using.

    Gary
  • Bergamot

    #2
    Re: Image disappears in z-index div on IE

    Gary wrote:
    I have tabbed divs using z-index CSS and Javascript.
    on IE the images I have in the divs
    disappear. They initially are shown but when IE finishes loading they
    disappear.
    >
    http://www.blueheronhealth.net/treatment.htm
    IE has issues with floats. Maybe someday they'll all be fixed. In the
    meantime, try adding position:relati ve to the floated element.

    --
    Berg

    Comment

    Working...