This module has been updated to work in 4.x.
This is my first attempt at a module that I have given away. I will add more help as I get more time. This module can also be used as a skin object. I will include instructions for this in the future in the help files. If you need to know how to do this before that time, please email me and I will send instructions. Menu on this site is the SideMenu as a skin object.
Updated: 4/6/2008
Disabled tabs will have child tabs expanded automatically, hidden tabs will not be shown and will not cause error.
new css style SMDisabledItemText
example style:
.SMDisabledItemText
{
margin-left: 5px;
padding-right: 5px;
padding-top: 1px;
padding-bottom: 1px;
font-size: 14px;
font-family: Arial;
font-weight: bold;
font-style: normal;
width: 100%;
color: #886600;
}
Updated 6/20/2005
Added Friendly Urls
fixed error found in firefox browser
if using module level css, you must put m and module id in front of each menuitem class. I will build an automated css writer to create the file to be edited soon.