I am trying to make a new personal website.. The problem is that I am not very skilled with jQuery and I guess I bite off more than I can chew.. http://barnat.php5.cz/new/
What I was trying to accomplish is a combination of these two plugins:
- LavaLamp - http://nixbox.com/projects/jquery-lavalamp/
- jQuery One Page Nav Plugin
It seems to work pretty well, until user scrolls manually to another section. I somehow need to automatically highlight correct menu item.. click() is not working correctly (it causes unwanted autoscroll) and mouseover() is not working either, because the original menu item stays selected (not visually, but logically - hightlight returns to the original menu item).
Thanks for any advice.