Hello,
I was recently refered to a page (Change tabs on mouseover) to solve my problem. The script provided doesn't meet our needs.
This navigation needs...
I was recently refered to a page (Change tabs on mouseover) to solve my problem. The script provided doesn't meet our needs.
This navigation needs...
- to use the <tabs></tabs> for child tabs (not multi-page)
<telerik:RadTab Text="Tab">
<Tabs>
<telerik:RadTab Text="Child">
</telerik:RadTab>
</Tabs>
</telerik:RadTab>
- tab image to change on hover
- different image for current page's tab
- sub menu to change on hover for each tab
- current pages submenu to display while not hovering other tabs
- to use VB.NET as much as possible
We've been using telerik radcontrols for quite a while and we hope to open up our options by converting our current CSS/JavaScript menu to the RadTabStrip.