dewfather
02-28-2008, 02:13 AM
Script: Ajax Tabs Content Script (v 2.1)
http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/
I installed the script and it works just fine, except of course in the ever frustrating Internet Explorer. After completing development on the tabs, I ran the usual browser checks (Safari, FF, Opera, IE) and it works perfectly alright in all, except for IE (Only checked v6.0).
The tabs show up for a split second during loading, and then disappear. The content of the default tab, however does load and stay.
Page on which this is happening (http://www.enonavital.com/d.php)
HTML on page (tab content loads from external files):
<ul id="countrytabs" class="shadetabs">
<li><a href="d_inc/web.php" rel="countrycontainer" class="selected"><b>Web Design</b></a></li>
<li><a href="d_inc/ads.php" rel="countrycontainer"><b>Advertisements</b></a></li>
<li><a href="d_inc/logo.php" rel="countrycontainer"><b>Logos & Monograms</b></a></li>
<li><a href="d_inc/other.php" rel="countrycontainer"><b>Other Graphic Design</b></a></li>
<li><a href="d_inc/books.php" rel="countrycontainer"><b>Book Design</b></a></li>
</ul>
<div id="countrydivcontainer" style="border:0px; width:700px; margin-bottom: 1em; padding: 10px">
<p>Default text.</p>
</div>
<script type="text/javascript">
var countries=new ddajaxtabs("countrytabs", "countrydivcontainer")
countries.setpersist(true)
countries.setselectedClassTarget("link")
countries.init()
</script>
Thank you in advance,
Enon.
http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/
I installed the script and it works just fine, except of course in the ever frustrating Internet Explorer. After completing development on the tabs, I ran the usual browser checks (Safari, FF, Opera, IE) and it works perfectly alright in all, except for IE (Only checked v6.0).
The tabs show up for a split second during loading, and then disappear. The content of the default tab, however does load and stay.
Page on which this is happening (http://www.enonavital.com/d.php)
HTML on page (tab content loads from external files):
<ul id="countrytabs" class="shadetabs">
<li><a href="d_inc/web.php" rel="countrycontainer" class="selected"><b>Web Design</b></a></li>
<li><a href="d_inc/ads.php" rel="countrycontainer"><b>Advertisements</b></a></li>
<li><a href="d_inc/logo.php" rel="countrycontainer"><b>Logos & Monograms</b></a></li>
<li><a href="d_inc/other.php" rel="countrycontainer"><b>Other Graphic Design</b></a></li>
<li><a href="d_inc/books.php" rel="countrycontainer"><b>Book Design</b></a></li>
</ul>
<div id="countrydivcontainer" style="border:0px; width:700px; margin-bottom: 1em; padding: 10px">
<p>Default text.</p>
</div>
<script type="text/javascript">
var countries=new ddajaxtabs("countrytabs", "countrydivcontainer")
countries.setpersist(true)
countries.setselectedClassTarget("link")
countries.init()
</script>
Thank you in advance,
Enon.