fsimmons
Member
Posted 1 year ago #
Searched forums. Seems like maybe linking SWF within the plugin doesn't quite work correctly yet?? Not working for me in IE9. I thought it was a z-index thing so I tried a bunch of CSS to get it and could not.
Also, I noticed that changing wmode from anything besides Window (eg Transparent), hides the SWF completely for me. It simply disappears. You can right-click and get the typical flash menu.
http://wordpress.org/extend/plugins/wp-bannerize/
zabatonni
Member
Posted 1 year ago #
same here.. pls i need solution fast..
zabatonni
Member
Posted 1 year ago #
got it.. you need to add transparent background-image into <a> tag which represents click area.
in the wp bannerize settings add custom css like this:
div.wp_bannerize a {
background:url('YOUR-PATH-TO-TRANSPARENT-IMAGE.png/gif');
}
plugin developer should think about including this little hack to make it work in IE9
mike_orfanidis
Member
Posted 4 months ago #
Yeap, confirmed..
Zabatonnis' hack with the transparent png works fine for IE.
Cheers.