Hi there!
i want to use jquery and the lavalamp plugin to create a nice animated navigation bar.
i found some tutorials on the internet to make this work.
i finally figured out how to make it work..
http://www.workaholic4u.com/trash/test/index.html
but, i want to navigate trough different html pages, now i havbe the problem, that the animated menu item, always returns to the first button.
it should stay at the current menu item.
i found so hints, that this is doable by applying a additional class to the current list item. smething like "active"
li class="active"
i cannot figure out if this class is prent in that plugin.
how can i realize this navigation, as long, as the whole pages gets loaded over and over again, but i want to always keep a specfic item selected.
thank you in advance!