GuestDev
10-26-2009, 03:24 AM
1) Script Title: Mouseover Tabs Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/mouseovertabs.htm
3) Describe problem: I was going over the example for mouseover menu. I have couple of questions regarding configuring submenu.
<div id="mysubmenuarea" class="tabsmenucontentclass">
<!--1st link within submenu container should point to the external submenu contents file-->
<a href="submenucontents.htm" style="visibility:hidden">Sub Menu contents</a>
</div>
1) Can't we put the div section here in the same file instead of calling external files submenucontents.htm
2) If I need to add submenu based on certain conditions then .htm file will not be helpful.
<xsl:if test="condition">
<li>
<a href="#">submenuname</a>
</li>
</xsl:if>
Please let me know if someone guide me here.
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/mouseovertabs.htm
3) Describe problem: I was going over the example for mouseover menu. I have couple of questions regarding configuring submenu.
<div id="mysubmenuarea" class="tabsmenucontentclass">
<!--1st link within submenu container should point to the external submenu contents file-->
<a href="submenucontents.htm" style="visibility:hidden">Sub Menu contents</a>
</div>
1) Can't we put the div section here in the same file instead of calling external files submenucontents.htm
2) If I need to add submenu based on certain conditions then .htm file will not be helpful.
<xsl:if test="condition">
<li>
<a href="#">submenuname</a>
</li>
</xsl:if>
Please let me know if someone guide me here.