
Horizontal menu
This module is cool, but could use some additional documentation. The readme has the basics.
I spent a day looking into how to do this, so, I thought I would share....
If you are using the default menu and you would rather have a horizontal sub-menu instead of a vertical sub menu, simply add this block of CSS to your skin.
#yuimenu ul li {
position: relative;
z-index: 999;
background-image: none;
display: inline;
list-style-type: none;
padding-right: 10px;
}
If you want to custom the image used as the main menu, go into your skin (files/lib/build/assets/skins/sam), find the sprite.png file. There are several block of color on it. The top block is the menu. Simply cover it with the color you want your menu to be and replace it. You will need to play with the height of the image to fit your menu. You can also modify the width to fit your needs. Just start your new image at 0 0.
Hope that helps!
Justus
Review by justuspost [info] on September 10, 2008 - 02:16