Thanks for your replies, they were much needed!
I solved this by removing the absolute positioning and added to the body: var w=document.body.offsetWidth; var goto=0; var ani=1000; if (w>=1003)goto=88; if (w>=1259){goto=226; ani=2000} if (w>=1419){goto=300; ani=1500} $("#sidebar-right").css({right: goto}); lots of diffrent 'w' values for browser resolutions ranging from 800px to 2800(widescreen) Code could be abit better, no doubt but, hey it works.. Cheers, Marc -- View this message in context: http://www.nabble.com/Draggables-IE7-problem-tf4703185s27240.html#a13820964 Sent from the jQuery General Discussion mailing list archive at Nabble.com.