<div>seems this may be relevant [1] but I can't find where I can parseInt - might be a plugin that is causing the issue</div><div>
</div><div>I am using blockui - I thought that noticing that blockui uses this sz() which parses the int - maybe I need to make another plugin use sz()</div>
<div>
</div><div>this results from the following</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>$('.tabs a, a.groove').live('click', function(event, args)<span class="Apple-tab-span" style="white-space:pre"> </span>{</div>
<div><span class="Apple-tab-span" style="white-space:pre"> </span>jLinkCall(event, args, this);</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>event.preventDefault();</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>event.stopPropagation();</div>
<div><span class="Apple-tab-span" style="white-space:pre"> </span>return false;</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>});</div><div>
</div>[1] <a href="http://stackoverflow.com/questions/933564/jquery-widthval-error-in-ie-invalid-argument">
http://stackoverflow.com/questions/933564/jquery-widthval-error-in-ie-invalid-argument</a><br clear="all">
- S