I use this module on every site, all the time... it is simple, clean, and efficient. (by simple I mean easy to use, not simple as in simple minded :) )
Anyway,
I was think as I was using it today... what if, instead of staying at the top of the page... it stayed at the top of the browser window..., allowing it to be at the top of my screen, no matter where I was on the page... This would allow allow the addition of a much needed drupal fix (IMHO) the menu might be able to add a SUBMIT... so I didn't have to scroll to the bottom the the page each time I need to enter content, or change a title, or adjust a vocab, then I scroll, scroll, and scroll.... sorry I digress....
So, bottom line...
Drupal Administration Menu, stays at top of screen (below my tabs if firefox) and remains there, even when I scroll half way down the page....
Anyway, keep up the great work!!!
I am no programmer, but I think it might be a div position change via CSS which a user could make, in which case, if you have the ideas, I would be willing to try it out, see if I could get it working, and add some type of documentation... if you so desired...
O.k.
That's all..
THANKS AGAIN FOR A GREAT MODULE!!
Comments
Comment #1
Fintan Darragh commentedCSS provides a simple way of doing this, I think it's actually quite possible to do it yourself...
Comment #2
sunUnfortunately, Firefox 2 produces malformed page contents when admin_menu is fixed positioned at the top of the viewport. See http://drupal.org/node/213190 and http://drupal.org/node/109286 for further details.
When Firefox 3 has been widely adopted, we may be able to re-introduce this feature.