I have been trying to convert the vertical administration sidebar into a horizontal menu with very little success so far. While trying to google over and over again in drupal and else where on the www I didn't come across yet a single example of such a case i.e. not in a modular form or something already done in a theme.

I have tried to use div , containers , tables , etc. Although the text does seem to go horizontal after a lot of tries but it is still broken , least elegant and appears as if it were a forgery! Secondly , the two text boxes (user name and password) defy all that styling by remaining vertically aligned. I have tried to change the settings from within style.css of bluemarine but all to vain.

What I would really like to do is to first make sure that these text boxes are displayed in a horizontal form , one after the other , in a sequel manner. Secondly, I intend to ascertain that the menus appearing after login dont create a hell like chaotic horizontal look especially for the admin.

Please respond with all possible answers;new, old or current.
p.s. I am using drupal 6.x beta and 5.x on 2 different installations.

Comments

Crimson’s picture

Have you tried using Administration Menu? It's a horizontal bar that is placed on top of your site. It has position: absolute set but you can change it to position: fixed and it will follow your scrolling too.

http://drupal.org/project/admin_menu

alihammad’s picture

Status: Active » Closed (fixed)