Hi!

I working on a portfolio site: http://bit.ly/297LCa and I want to add
a google maps drag navigation to it.

I found 2 plugins that can do this:

dragscroll: http://plugins.jquery.com/project/dragscroll

scrolldrag: http://plugins.jquery.com/project/scrolldrag

but since I'm a total javascript n00b, I don't know how to implement
this into my html document.

My site is basically a huge jpg, that Ive put in a div like this:
<div id="work" align="top"><img src="test3.jpg" alt="work"
width="1680" height="3000" border="0"/>
    </div>

this is what I did with the jQuery script:

<script type="text/javascript">
     $(window).load(function(){
     $('#work').dragscroll();

     });

    </script>

I doesn't work, but I don't think I'm doing it right either... I'm
sure it's super easy for someone who knows jQuery!

It would be awesome if anyone with a little bit of knowledge could
help me out or put me in the right direction!


thanks,

/H

Reply via email to