I would like to use the rollover from the treeview in the vista theme in another component i have on my site. Is there a javascript function or css class I can attach too?
2 Answers, 1 is accepted
0
Accepted
Alex Gyoshev
Telerik team
answered on 04 Jul 2008, 08:44 AM
Hello George Belardo,
There is no way to use it out-of-the-box outside the component (all styles are targeted specifically in order to prevent messing up other styling on the page). However, you can replicate the styles from the skin and use them with whatever css classes you'd like. These are the necessary styles:
And just a sidenote: in IE6, the :hover pseudo-class does not work for elements other than anchors (links, <a>). In order to make it work, a little bit of javascript can be used to set an additional class.