Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Mottie

    (@mottie)

    I guess I’m confused. Why can’t you just style the iframe using css?

    Thread Starter Vernon Fowler

    (@vernonfowler)

    Above, I was wrong in my first post about the validation in IE. It seems the plugin writes different code for IE. I was confused as to why the code rendered in IE had inline styles with width: 0px; I admit I don’t do enough testing in IE. My friend worked out that if we simply over-ride the inline styles with !important styles, it would render. Thus, we came up with:

    #main div.anythingSlider,#main li.panel{width:690px !important} /* this is required to render the width of anythingSlider in IE */

    If you have a different id, change #main to whatever parent id selector you have in your html.

    Thanks @mottie for the styling resource.

    Argggh, I must test in IE more.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: AnythingSlider for WordPress] HTML5 iframe attributes’ is closed to new replies.