Jump to content

Tutorial on cursor follow image with links


I_am_confused

Recommended Posts

You'll need to learn programming and acquire problem solving skills, because once you have those two things you will be able to do anything you want to.

 

There isn't a tutorial for that specific kind of navigation because the person who made it did not base it on any pre-existing program. Any good programmer is capable of solving a problem without the step by step process of a tutorial because in general programmers build things that haven't already been done or if they have been done the original creators do not want to expose how they did it.

 

Things that might come in handy to build a system like the one you want

1. Javascript: http://www.w3schools.com/js/

2. DOM: http://www.w3schools.com/js/js_htmldom.asp

3. Manipulating the style of elements on the page: http://www.w3schools.com/jsref/dom_obj_style.asp

4. Events: http://www.w3schools.com/js/js_htmldom_events.asp

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...