I'll try in onStart and see how that works. Right now it isn't the final
result. It is the dragging that looks crappy.

The onStop might help the forcing to vertical. I'll see.

Thanks.

On 4/22/07, Dan G. Switzer, II <[EMAIL PROTECTED]> wrote:


John,

>       I've been trying to figure out why interface is jacking up my
layouts
>every time I do a sort by tweaking my code, css, etc. After wasting a ton
>of time I saw the link for the source code in interface and looked
through
>isortable.js.
>
>       Lo and behold: shs.display = 'block';

You could use the onStop event to change the style back to whatever you
need. I've used this technique correct a change in the CSS positioning
before.

onStop: function (){
       $(this).css("display", "inline");
}

You might even need to do this for onStart if you're having problems.

-Dan




--
John C. Bland II
Chief Geek
Katapult Media, Inc. - www.katapultmedia.com
---
Biz Blog - http://blogs.katapultmedia.com/jb2
Personal Blog - http://blog.blandfamilyonline.com
http://www.lifthimhigh.com - "Christian Products for Those Bold Enough to
Wear Them"
Home of FMUG.az - http://www.gotoandstop.org
Home of AZCFUG - http://www.azcfug.org

Reply via email to