Think I found out what the problem is! This is how my js code looked:
<script type="text/javascript"> $(window).load(function(){ $('body').dragscroll(); }); When I now tried <script type="text/javascript"> $(window).load(function(){ $('#work').dragscroll(); }); </script> Looks like you can't use body in firefox? So how can I get the whole page to scroll and not just the div where my image is? On Nov 19, 12:45 am, pookeyblow <warner.h...@gmail.com> wrote: > Hi! > > I'm using a jQuery plugin called DragScroll (http://plugins.jquery.com/ > files/jquery.dragscroll.js.txt) so I can drag and scroll just like in > google maps. > > This works fine in Safari and Opera, but it's not working in > Firefox.... > > You can find the site I'm working on here:http://bit.ly/297LCa > > If you check both Firefox and Safari you will see the problem: I can't > drag in Firefox....... > > There is also another very similar plugin called ScrollDrag (http:// > plugins.jquery.com/files/jquery.scrolldrag.js.txt), but I have the > same problem with this plugin too! Not working in Firefox.. > > Does anyone know why this is happening? Maybe I've done something > wrong in my html document? > > Could really need some help here! > > cheers