Tuesday 07 June 2005 1:23:57 pm
The simplest way is to assign images with css selectors, generating appropriate selectors from the templates.
For example:
edit your_design/templates/menu/flat_top.tpl (if you havn't this one - just copy it from base/templates/menu/flat_top.tpl) Add identifiers:
<li id="{$menu.node_id}" class=....
Add selector to css:
li#122 {background-image: ....}
li#123 {background-image: ....}
--
mike
#6595551
|