Hi Thanks for reply..
Currently I am using 2 menus in internal pages. for the root items i used ULXSLT and for the child items use the standard
for root I have written:
<div class="innnavlink"><dnn:MENU MenuStyle="ULXSLT" CSSNodeSelectedRoot="main_dnnmenu_rootitem_selected" NodeSelector="RootOnly" runat="server"></dnn:MENU></div>
for child
<div class="subnav">
<dnn:MENU MenuStyle="DNNStandard1" NodeSelector="RootChildren" runat="server"></dnn:MENU>
please guide me do we need to write some javascript ot by css we can do that, in that example which I wrote in the post, use the mouseout, mousehove script for each menu item.
The selected menu's child opened by default, but when user mousehover another root item then it hide the submenu of the opened root item. but when used mouse out of the other root item then it again display the submenu of the previous selsected item.
I may not be able to explain correctly you can view example on
http://www.landrover.in/land-rover-in-action.asp .
Thanks again
Sansugoi