My new hero, Stu Nicholls at cssplay.co.uk has got one that works beautifully, but it requires some special html code. I would like to create a duplicate of the mod_mainmenu module and modify it to create the following list structure:
Code: Select all
<ul class="current">
<li><a href="#nogo"><b>John Constable</b><!--[if IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<div class="select_sub show">
<ul class="sub">
<li><a href="#nogo">The Hay Wain</a></li>
<li><a href="#nogo">Brighton Beach</a></li>
<li><a href="#nogo">Malvern Hall</a></li>
<li class="sub_show"><a href="#nogo">Salisbury Cathedral</a></li>
<li><a href="#nogo">Weymouth Bay</a></li>
</ul>
</div>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
</ul>
rather than the standard unordered list output it generates, but looking at the code for that module, I can't figure out where those extra commented blocks and div tags would get added in.
I'm afraid I'm on a deadline, and having had to try so many other methods I'm too far behind now to be stabbing in the dark, so I really hope someone can help me out.
Thanks in advance!