- This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- The forum ‘CSS’ is closed to new topics and replies.
The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Hi there,
I am working on a horizontal scroll site and I am using
http://www.thewebsqueeze.com/web-design … bsite.html
as my guide.
I can’t seem to get the scrolling feature to scroll correctly to the spot.
_khai
this is a reference jpg
http://threedash.com/READING/reading01.jpg
http://threedash.com/READING/reading02.jpg
http://threedash.com/READING/reading03.jpg
Check whether the correct path to scripts jquery.localscroll-min.js and jquery.scrollTo-min.js
all the paths are correct
but then what is it? http://threedash.com/READING/90/js/jquery.scrollTo-min.js
fixed the path but it didn’t work…
That is, you are sure that the file jquery.scrollTo-min.js located on a server in a directory READING / js? Then think about it http://threedash.com/READING/js/jquery.localscroll-min.js again
i fixed the "code"
it’s listed as this now.
<script type=’text/javascript’ src=’http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js’></script>
<script src="js/jquery.localscroll-1.2.7-min.js" type="text/javascript"></script>
<script src="js/jquery.scrollTo-1.4.2-min.js" type="text/javascript"></script>
i forgot to add the 1.2.7 and 1.4.2 but even with that fix, the nav doesn’t want to "hover" and point to the correct link.
FIXED>>>>>