Discussion Forums
Discuss all things Ruby on Rails with perhaps the web's most vibrant group of Ruby on Rails enthusiasts.
- Topic List
- Most Recent Posts
- Sign In for more options
ghosting problem in ie7 when sorting images
1 Post
ghosting problem in ie7 when sorting images
Hi,
I am facing ghosting problem in ie7, the application is working fine in all others browsers except ie7
container=$('sortable'); Sortable.create(container.id, {
overlap: 'horizontal',
constraint: false,
scroll: window,
ghosting:true,
reverteffect: immediateRevertEffect,
tag: 'li'
});
Please help me ..
thanks, sri
1 Post
