Hi, The floating module works perfectly. Only it covers the main menu , which means the links don't work. Is it possible to let the module float behind the template instead of in front?
The administrator has disabled public write access.
#2728
mike125(User)
Fresh Boarder
Posts: 3
Re:Floating module covers main menu 2008/01/10 14:26
Karma: 0  
I have the same problem. Anyone can help??
Thanks!!
The administrator has disabled public write access.
#2766
yhan(User)
Fresh Boarder
Posts: 1
Re:Floating module covers main menu 2008/01/25 16:32
Karma: 0  
Hi all,
I've got the same problem and fixed it. It looks like a simple bug. if you'll add the floating module header you could see that it is very long and therefore covers the menu. all you have to do is add the following line to mod_floatingmodule_orthopal.php file that can be found under the modules directory on your joomla site: el.style.width = 1;
between those two lines: var el=d.getElementById(id); el.style.width = 1; if (!persistclose || persistclose && get_cookie("remainclosed")=="")
the bug is that the style contains the width var but it is never been used.
Cheers, Yair Han
BTW, great module
The administrator has disabled public write access.