I have successfully installed the float window and its working fine. Though I chose the option "Draggable" still I could not drag this float window. My requirement is to move this window along with the main page when the page scrolls down/up. Any help is appreciated.

Comments

skilip’s picture

Hi,

Are you sure the jqDnR plugin is installed correctly? You can check this by putting an alert statement into the script. If the floating window is loaded and you see an alert, the script is loaded properly.

Scrolling the floating window sinchronously with page scrolls is not supported. Since this module allows you to have multiple floating windows at the same page, scrolling down each window on page scroll, is definately not desirable.

rm2009’s picture

Hi,

Thank you very much for the timely reply. I checked jqDnR with alert statement [as you have mentioned] but couldn't see the alert. So I will check the installation of this file.

I would also like to know, if float window doesnot fit into my requirement, is there any other module or way to accomplish this requirement which is: to provide a search box [to search for a particular text in the current page] which scrolls synchronously along with the page [mostly along with the found and highlighted text].

Thanks.

skilip’s picture

I guess there's no module that supports this. You'd need to the script yourself (or let anyone else do it ;)). The float windows module allows you to specify an on load callback. This can be used to trigger a script which registers the users scroll event and updates the window's position.