[dev] "transparent" modules menu

Søren Schimkat schimkat@musik.auc.dk
Sat, 21 Sep 2002 14:46:23 +0200


Hi Everyone

Here´s a suggestion for a minor design change - which makes i possible
to have different colors for the top and bottom menu. I the example - I
chose to make the menu transparent which, I think, looks better than the
original frame.

Screendump: http://www.musik.auc.dk/~schimkat/horde.gif

-------------------------------------------------------------------
horde/config/html.php:

+ $css['.modules']['color'] = 'white';
+ $css['.modules']['background-color'] = '#222244';
+ $css['.modules']['font-family'] = 'Verdana,Helvetica,sans-serif';
-------------------------------------------------------------------
horde/templates/horde/modules.inc:

- .... align="center" class="menu">
+ .... align="center" class="modules">
-------------------------------------------------------------------
horde/templates/index/frames_index.inc:

- <frameset rows="*,55" border="0">
+ <frameset rows="*,60" border="0">
- .... <scrolling="no" marginheight="0" marginwidth="0" ....
+ .... <scrolling="no" marginheight="10" marginwidth="0" ....
-------------------------------------------------------------------

Regards Søren Schimkat