
joejac
Posts: 242
|
| Posted: 02/19/2006, 7:44 AM |
|
Hello, sorry I am new to CCS, any help is appreciated, thanks.
I have two tables, one for menu and one for submenu.
Table menu
menu_id (key)
menu_position (position of the item)
menu_on (if it is shown or not)
Table submenu
submenu_id (key)
menu_id (the menu item where submenu belongs
submenu_position (of the submenu item)
submenu_on (if it is shown or not)
The vertical ccs menu examples from the example pack do not work for me because they require a different table structure that I can not change.
Can any body kindly provide me with instructions to follow in order to accomplish a simple vertical css menu with my 2 tables? (only 2 levels).
In CC2.0.7 is a Grid for main menu and in Custom Show Event the necessary PHP/MySQL logic for the submenu and the styles, I do not know how to do this with CCS3.
Thanks for any help.
joejac
|
 |
 |
|

|