• Resolved ngwagoner

    (@ngwagoner)


    Works on Firefox and Chrome, but on IE – nothing.
    I saw an old post about this, but checked all items mentioned and everything looks to be in order. What have I missed? Thank you.

    I’m in the process of upgrading to weaver II… problem exists on both my live and test sites.
    http://www.bowercenter.org/ – weaver 2.2.9
    http://www.bowercenter.org/testsite – weaver II

    site header insert code (same on both sites):

    <div style="position: relative; float: left; top: -5px;"><img src="http://www.bowercenter.org/testsite/wp-content/uploads/2011/09/Bower-Center-logo-website-red-side.jpg"></div>
    <div style="position: absolute; float: right; top: 8px; right: 10px;">[meteor_slideshow slideshow="header"]</div>

    http://wordpress.org/extend/plugins/meteor-slides/

Viewing 4 replies - 1 through 4 (of 4 total)
  • You are missing a self closing / in your img tag. it should be
    <div style=”position: relative; float: left; top: -5px;”><img src=”http://www.bowercenter.org/testsite/wp-content/uploads/2011/09/Bower-Center-logo-website-red-side.jpg&#8221;/></div>
    <div style=”position: absolute; float: right; top: 8px; right: 10px;”>[meteor_slideshow slideshow=”header”]</div>

    Thread Starter ngwagoner

    (@ngwagoner)

    aha! Well, I was both depressed and excited that it would be such a seemingly small thing… 🙂
    Unfortunately, I just tried it on both sites – didn’t make a difference.
    Any other ideas?

    I see both on IE9, but only the image and no slideshow on IE8.
    If I remove the inline style on the slideshow div, The slideshow shows up but of course under.

    You may have some z-index problem on IE8 as the slideshow is over the image. You can try to add some z-index to the image div and the slideshow div.
    You may also try to create the brown as the background color of the #inject_header container, and only use the logo on white background for the image so you dont have to overlay the image and the slideshow

    Thread Starter ngwagoner

    (@ngwagoner)

    Aha – I only have IE8 loaded. I am preparing to turn this site over to a new webmaster, so – knowing that it works on another version, I think I will just pass along your comments to her for future reference.
    Thank you for your attention!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘weaver II meteor slide hidden on IE’ is closed to new replies.