Warning: Please include a link to the DD script in question in your post, in this case, http://www.dynamicdrive.com/dynamici...tabcontent.htm . See this thread for the proper posting format when asking a question.
Simply move the onClick event handler from inside the <a> element to its parent <li> instead:
Code:
<ul id="flowertabs" class="shadetabs">
<li><a href="#" rel="tcontent1" class="selected">Description</a></li>
<li><a href="#" rel="tcontent2">Specifications</a></li>
<li><a href="#" rel="tcontent3">Includes</a></li>
<li onClick="startMagnify()"><a href="#" rel="tcontent4">Images/Video</a></li>
</ul>
Bookmarks