Build with 2.6.0 Extension builder
Document type: HTML 4.01 Transitional

Info
http://tympanus.net/codrops/2009/11/30/ ... -tutorial/
Demo
http://tympanus.net/Tutorials/FixedNavigationTutorial/
Properties

Preview


Futures
change menu width - height - color
change title - image - link - target
Extra futures from original
Change menu roundness
Different color on hover
change menu transparency
Added
jQuery script select
Download
Rar file contains all versions from 2 to 7 buttons
http://dl.dropbox.com/u/8766047/FixedNavigation.rar
I have an issue with java script, if someone knows how to calculate this:
$('a',$(this)).stop().animate({'marginLeft':'-85px'},200);
like this
$('a',$(this)).stop().animate({'marginLeft':'-100+15px'},200);
in other words, i want always the value to be -15 so if is -100 to be -85 if is -120 to be -105 automatically
will be much of a help...