Maybe jQuery, maybe not, but how do i do so like when you click on a link eg. FAQ it goes to the FAQ div box? I mean if its on the bottom then you just click on that link and then it goes to it..
Wikipedia have it..
http://en.wikipedia.org/wiki/USA
The links in the “Contents”.. when you click you get to it..
That’s not Javascript, those are anchor links. See: http://www.w3.org/TR/html401/struct/links.html
Basically, you’d link as such:
Then above the content you’re linking to:
Alternatively, you could use the same link and set the ID of the FAQ section header to “FAQ”, like so: