Posted by member 1 on 2008-02-14 21:57:51 link

LSSlider isn't that great of a module anyway. You don't need it for any of the things you are trying to do anyway. As for the on top stuff...once you learn what you are doing you will be able to fix it. Basically there is an order to which module items are drawn. Think of it as a 3D stack. Now...there are basically 3 levels that an item can be in. You have the basic lowest level desktop level, followed by the level that all of the app windows live in and finally you have a level we will call OnTop. Module load order will define where LS items are drawn within each section. So basically tell your modules to not be on top and tweak your load order. Your other option is to tell all of your modules to be OnTop and then tweak the order to make it so you can see everything properly. HAVE FUN!