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.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
Comment