I wrote an xslt which displays the submenu at level 2 as ul li format.. i used call template to get the child nodes at level2 , it works great and displays the submenu on mouseover on the subpages.. what i want is to get the submenu on mouseover in the frontpage.. how can i acheive this in xslt...
I would suggest you find a nice way to do it in HTML/CSS and maybe a bit of Javascript/jQuery. Then you can use XSLT to output the HTML that you need. If I need to output anything in HTML, I start with the HTML and only when I've got that working, I'm going to think about the XSLT needed to output it from umbraco.
submenu on mouseover using xslt
Hello,
I wrote an xslt which displays the submenu at level 2 as ul li format.. i used call template to get the child nodes at level2 , it works great and displays the submenu on mouseover on the subpages.. what i want is to get the submenu on mouseover in the frontpage.. how can i acheive this in xslt...
I would suggest you find a nice way to do it in HTML/CSS and maybe a bit of Javascript/jQuery. Then you can use XSLT to output the HTML that you need. If I need to output anything in HTML, I start with the HTML and only when I've got that working, I'm going to think about the XSLT needed to output it from umbraco.
is working on a reply...