Drop down menu hidden beneath IE6 select box
1) Drop Down Tabs (5 styles)
2) http://www.dynamicdrive.com/dynamici...roptabmenu.htm
3) In this script (dropdowntabs.js) there is supposed to be a fix to cover up the select box using an iframe shim. The problem is it doesn't work. At the top of the js file, there's a control to turn on this fix:
enableiframeshim: 1, //1 or 0, for true or false
The error appears to be that there is an undefined object. The object being called up is: this.shimobject but nowhere on the page is "shimobject" defined. Just to make sure I didn't make a mistake on my end, I downloaded the sample pages and they are broken just the same when I stick in a select box.
Does anybody have a fix for this?