Page 1 of 1

Draggable RSS boxes

PostPosted: Wed Feb 13, 2008 8:23 pm
by preetivishwakarma
Hi,

I recently started looking into draggable RSS boxes.

The dragable RSS boxes does not seem to move smoothly in IE 6 when dragged from one to another. I see the demo running on dhtmlgoodies works fine but when i install it on my local tomcat server , there is always a jitter when drgaiing boxes.


This is not a problem in Firefox. What can be the reason for the same.

Thanks,
-Preeti

PostPosted: Thu Feb 14, 2008 3:56 pm
by Batalf
This is probably caused by the doctype.

Please, make sure that you have a doctype defined at the top of your page and that's it's not transitional.

example: (strict)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

PostPosted: Thu Feb 14, 2008 7:22 pm
by preetivishwakarma
Thanks Alf for your quick reply.

It works fine now.

I also have another problem in IE itself. I tried adding IFRAME to static box to load external website but when I drag the box the iframe content is lost. It seems the src for IFRAME is not reloading. This works fine in Firefox.

Any help is appreciated.

Thanks,
-Preeti