Hi,
I'm looking to put a horizontal fisheye/dock nav on my site, but I need it to be fixed positioning... all the ones I've found do not support fixed positioning.
Here are links to some of the ones I've found:
- jQuery OS X Dock #1 - Doesn't support fixed positioning
- CSS Dock Menu - This is very similar to the one above...
- euDock 2.0 - Supports similar to fixed positioning (position:absolute with javascript to make sure it stays in the same place) but this doesn't work because it's way too jumpy when you scroll down (See what I mean by going to that link and scrolling)... real fixed position is usually perfectly smooth with scrolling.
I've yet to see a horizontal one that doesn't break, there is a vertical one that works on the same page as the first link above.
Anyone know any fisheye/dock menu that will work with fixed positioning?
Edit: Changing the positioning to fixed will break the functionality of these menus in particular (they even say it in the article in the first link above). I'm looking for one that won't break if I change the positioning to fixed.