[jQuery] Problem width tabs + splitter

[jQuery] Problem width tabs + splitter

Hi!
I've try to mix tabs + splitter but didn't works in IE6/7
In FF works great! but I don't  know what to do to solved in  IE6
The microsoft script debbuger, report that de line 597 has an error on the jquery-1.1.3.1.js file.
I copy this part of code... in jquery-1.1.3.1.js file in "attr" method
            if ( value != undefined ) {
           
            /* only for see the values
      for (i=0;i<2;i++){   
    
      console.log(i);
      console.log(name);
      console.log(value);
     
            };
 
        */   
      elem[name] = value; <-------- in this line m s d breaks
      }
I created a link width the demo page...is someone want to see..is in <a href="http://elcirculorojo.890m.com/index.html">http://elcirculorojo.890m.com/index.html</a>
Cheers!...