[jQuery] trouble with .scrollto

[jQuery] trouble with .scrollto


hello,im still green when it comes to coding and i have a bit of
problem on my hands. i've been searching for some help on this plug-in
for some time now and cant find a good answer or solution, im trying
to run .scrollto to make a horizontal website. the head looks
something like this
<script src="scripts/jquery-1.3.]2.min.js" type="text/javascript"></
script>
<script src="scripts/jquery.scrollTo-1.4.2-min.js" type="text/
javascript"></script>
<script src="scripts/jquery.localscroll-min.js" type="text/
javascript"></script>
<script type="text/javascript">
essentially i want it to scroll to the div tag smoothly not just jump
to it.
i've checked other websites that use it and i still cant figure it
out. any help would be greatly appreciated.