Announcement

Collapse
No announcement yet.

Section List with Child List on Mouse CLick

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Section List with Child List on Mouse CLick

    Can someone please help me to complete my section list.

    http://www.wadswick.co.uk/index.html

    I have the TopLevelSectionList and had the following code to insert from a previous thread
    ,
    <ul>
    <actinic:block type="ChildSectionList"" >
    <li><a href="<actinic:variable name="SectionPageName"/>"><actinic:variable

    name='SectionName'/></a></li>
    </actinic:block>
    </ul>,

    However when i put this in it obviously shows all the child lists beneath the Top Level lists making my menu far too deep.

    I need to know PLEASE someone how i can word the code to show CHILD section list on MOUSE CLICK of the relevant Top Level Section and not to show all at once.

    ???
    Help
    Thanks Tara
    http://www.williamseventing.com

    #2
    This may help:

    http://community.actinic.com/showthread.php?t=35767

    Comment

    Working...
    X