» Forums
» DynarchMenu forum
» Support
» blogger widget: Need to parse ul within div
blogger widget: Need to parse ul within div
2007/03/12 06:39
Viewed 3249 times
Replies: 0/0

Hi

I have a ul within a div - but it doesnt get parsed.

The reason for requiring the sub-menu within a div is because Im trying to integrate this within blogger new template design and with the use of widgets only, this is the only psosible solution for now.

So is there a workaround to get the submenu parsed within a div block ?

.
.
.
<ul>
    <li>
        <a href="link.html">Menu 1</a>
        <div>
        <ul>
        <li>Sub Menu 1</li>
        <li>Sub Menu 2</li>
        <li>Sub Menu 3</li>
        <li>Sub Menu 4</li>
        <li>Sub Menu 5</li>
        </ul>
        </div>
    </li>
    <li><a href="link.htm">Menu 2</a></li>
    <li><a href="link.htm">Menu 3</a></li>
</ul>
.
.
.

Thanks

Google