In future, please post about Dynamic Drive Scripts in the Dynamic Drive Scripts Help section here where I've moved this thread, and:
Warning: Please include a link to the DD script in question in your post. See
this thread for the proper posting format when asking a question.
Sounds like a table might be involved, or you may have initialized inside the target element. But I'd have to see the page to be sure. If that's it though, we can move the initialization (the part like this):
Code:
<script type="text/javascript">
var countries=new ddajaxtabs("countrytabs", "countrydivcontainer")
countries.setpersist(true)
countries.setselectedClassTarget("link") //"link" or "linkparent"
countries.init()
</script>
until after the table or target element's closing tag. IE can be finicky about tables that way, and many browsers will even let you write to an open target element, but not IE.
If you want more help:
Please post a link to the page on your site that contains the problematic code so we can check it out.
Bookmarks