Hi, I'd like to generate a menu to this effect.
I've read through Gabe's posts and the AUG on this sort of thing, but im not clear on how could i get actinic to generate this?
thanks
Code:
<div id="menu" class="menu_list">
<p class="menu_head">TOP LEVEL SECTION A</p>
<div class="menu_body">
<a href="#">SUB SECTION</a>
</div>
<p class="menu_head">TOP LEVEL SECTION B</p>
<div class="menu_body">
<a href="#">SUB SECTION A</a>
</div>
<div class="menu_body">
<a href="#">SUB SECTION B</a>
</div>
<p class="menu_head">TOP LEVEL SECTION C</p>
<div class="menu_body">
<a href="#">SUB SECTION</a>
</div>
</div>
thanks
Comment