Hi there,
i made the changes you mentioned, and im still having the same problem. well at least i think ive made the changes you were talking about. here are examples of the code ive used for each of the pages now:
Code:
<script type="text/javascript">
var countriesbronze=new ddajaxtabs("countrytabs", "countrydivcontainer")
countriesbronze.setpersist(true)
countriesbronze.setselectedClassTarget("link") //"link" or "linkparent"
countriesbronze.init()
</script>
Code:
<script type="text/javascript">
var countriessilver=new ddajaxtabs("countrytabs", "countrydivcontainer")
countriessilver.setpersist(true)
countriessilver.setselectedClassTarget("link") //"link" or "linkparent"
countriessilver.init()
</script>
Code:
<script type="text/javascript">
var countriesplatinum=new ddajaxtabs("countrytabs", "countrydivcontainer")
countriesplatinum.setpersist(true)
countriesplatinum.setselectedClassTarget("link") //"link" or "linkparent"
countriesplatinum.init()
</script>
Code:
<script type="text/javascript">
var countriesgold=new ddajaxtabs("countrytabs", "countrydivcontainer")
countriesgold.setpersist(true)
countriesgold.setselectedClassTarget("link") //"link" or "linkparent"
countriesgold.init()
</script>
Is that correct and what you were talking about, or did i mis-understand what you were pointing out? I really appreciate your advice.
Thanks
Bookmarks