Build with 2.6.0 Extension builder
Document type: HTML 4.01 Transitional
![Image](http://tympanus.net/codrops/wp-content/uploads/2009/11/SlideOutNav.png)
Info
http://tympanus.net/codrops/2009/11/30/ ... -tutorial/
Demo
http://tympanus.net/Tutorials/FixedNavigationTutorial/
Properties
![Image](http://dl.dropbox.com/u/8766047/FNM-properties.jpg)
Preview
![Image](http://dl.dropbox.com/u/8766047/FNM-preview1.jpg)
![Image](http://dl.dropbox.com/u/8766047/FNM-preview2.jpg)
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...