Hi everyone
I would be very grateful if anybody could offer me some much needed help and advice with a problem I'm having. http://lexus-test.lateral.net/blogfeeds/ On this site, the blog modules are draggable. I've achieved this using the following code: //Draggable Blog Spotlights $(".blog_spotlight").draggable(); $(".blog_spotlight").mousedown ( function() { $(".blog_spotlight").css({"z-index":"0"}); $(this).css({color:"#00ff00", "z-index":"1"}); } ); Now. I am experiencing two problems, and have spent the last 24 hours trying to resolve these problems, and am not getting anywhere. Firstly. In IE 6 and IE7 the script does not alter the CSS z-index property of the blog modules accordingly, and the layer order of the modules remains fixed to the HTML source order. Secondly. In Opera 9, the draggable functionality doesn't seem to work at all. Any help you could offer would be greatly appreciated. Thanks in advance. -- View this message in context: http://www.nabble.com/Help-urgently-needed-with-JQuery-UI-Draggables-%28Complicated%29-tf4474311s15494.html#a12756899 Sent from the JQuery mailing list archive at Nabble.com.