Topic: Set autoviewer transparent with iframes
I've hunted through forum but to no avail.
I have multiple autoviewer galleries on one html page, but the images are appearing in front of other divs.
Please help me move them to the back.
http://www.yorkshirerosedogrescue.co.uk/news.htm
I attempted to change how I was embedding to use fo.addParam("wmode", "transparent"); but I couldn't get the galleries to work on one page.
Is it possible to continue using ifames and move the galleries to the back?
Struggling, please help.
<div id="specificevents">
<div id="TabbedPanels1" class="TabbedPanels">
<ul class="TabbedPanelsTabGroup">
<li class="TabbedPanelsTab" tabindex="0">News</li>
<li class="TabbedPanelsTab" tabindex="0">Events</li>
<li class="TabbedPanelsTab" tabindex="0">Newsletters</li>
<li class="TabbedPanelsTab" tabindex="0">Dog Show</li>
</ul>
<div class="TabbedPanelsContentGroup">
<div class="TabbedPanelsContent">
<div id="newspics"><iframe src="http://www.yorkshirerosedogrescue.co.uk/svmanager/g46/" width="670px" frameborder="0" height="120px" allowtransparency="true" align="left"""></iframe></div>
</div>
<div class="TabbedPanelsContent">To be updated</div>
<div class="TabbedPanelsContent">
<div id="newsletterpics"><iframe src="http://www.yorkshirerosedogrescue.co.uk/svmanager/g47/" width="670px" frameborder="0" height="120px" allowtransparency="true" align="left"""></iframe></div>
<div id="newsletters"></div>
</div>
<div class="TabbedPanelsContent">
<div id="dogshow"><iframe src="http://www.yorkshirerosedogrescue.co.uk/svmanager/g44/" width="650px" frameborder="0" height="100px" allowtransparency="true" align="left"""></iframe></div>
</div>
</div>