1) Script Title: ddTab version 2.2
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...suppliment.htm
3) Describe problem:
hi,
The ajax tab tool is really doing a great job. But i have found that the script is not working in IE6. It is ok with mozilla. I have pasted the code below. Please help me. Thanks in advance....
HTML Code:<form id="form1" runat="server"> <ul id="countrytabs" class="shadetabs"> <li><a href="external1.htm" rel="countrycontainer" class="selected">Tab 1</a></li> <li><a href="external2.htm" rel="countrycontainer" id="favorite">Tab 2</a></li> <li><a href="external3.htm" rel="countrycontainer">Tab 3</a></li> <li><a href="external4.htm" rel="countrycontainer">Tab 4</a></li> </ul> <div id="countrydivcontainer" style="border:1px solid gray; width:450px; margin-bottom: 1em; padding: 10px"> </div> <script type="text/javascript"> var tabID = document.getElementById("countrytabs"); var DivID = document.getElementById("countrydivcontainer"); var countries = new ddajaxtabs(tabID, DivID); countries.setpersist(true); countries.setselectedClassTarget("link"); countries.init(); </script> </form>



Reply With Quote
Bookmarks