ScenicEarth
01-23-2008, 03:00 PM
1) Script Title: CMotion Image Gallery II not working in a tab control
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/cmotiongallery2.htm
3) Describe problem: Has anyone tryed to get the CMotion Image Gallery I / II to work inside of a tab control? What is happening is I have a Spry Tab Control that has five tabs and I need to have the photo slide show in the fourth or fifth tab. When I place the code that normally goes into the body section into the tab control, the slider function no longer works.
Is there a way I can call the control inside the tab using getElementById or using innerHTML ?
The tab control is a javascript file that is called using
<div id="MainTabs" class="TabbedPanels">
<ul class="TabbedPanelsTabGroup">
<li class="TabbedPanelsTab" tabindex="0"><a><span>Attractions</span></a></li>
<li class="TabbedPanelsTab" tabindex="1"><a><span>Restaurants</span></a></li>
<li class="TabbedPanelsTab" tabindex="2"><a><span>Events</span></a></li>
<li class="TabbedPanelsTab" tabindex="3"><a><span>Campgrounds</span></a></li>
</ul>
<div class="TabbedPanelsContentGroup">
<!-- BEGIN Attractions Panel div -->
<div class="TabbedPanelsContent attractionsPanel">
Tabindex 3 is where I am putting my code to for the Cmotion Image Gallery photo slideshow. Let me know what other information you may need and thank you for your assistance.
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/cmotiongallery2.htm
3) Describe problem: Has anyone tryed to get the CMotion Image Gallery I / II to work inside of a tab control? What is happening is I have a Spry Tab Control that has five tabs and I need to have the photo slide show in the fourth or fifth tab. When I place the code that normally goes into the body section into the tab control, the slider function no longer works.
Is there a way I can call the control inside the tab using getElementById or using innerHTML ?
The tab control is a javascript file that is called using
<div id="MainTabs" class="TabbedPanels">
<ul class="TabbedPanelsTabGroup">
<li class="TabbedPanelsTab" tabindex="0"><a><span>Attractions</span></a></li>
<li class="TabbedPanelsTab" tabindex="1"><a><span>Restaurants</span></a></li>
<li class="TabbedPanelsTab" tabindex="2"><a><span>Events</span></a></li>
<li class="TabbedPanelsTab" tabindex="3"><a><span>Campgrounds</span></a></li>
</ul>
<div class="TabbedPanelsContentGroup">
<!-- BEGIN Attractions Panel div -->
<div class="TabbedPanelsContent attractionsPanel">
Tabindex 3 is where I am putting my code to for the Cmotion Image Gallery photo slideshow. Let me know what other information you may need and thank you for your assistance.