This is a migrated thread and some comments may be shown as answers.

Hoover effect

2 Answers 95 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Markus
Top achievements
Rank 1
Markus asked on 09 Feb 2009, 03:47 PM
Hello!

I want to add a hoover effect to the text of the tabs in a radTabStrip. Is that possible and if so how?

Regards Markus

2 Answers, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 10 Feb 2009, 09:51 AM
Hello Markus,

You can easily achieve your goal using the .RadTabStrip .rtsTxt:hover CSS class, i.e.

<style type="text/css"
.RadTabStrip .rtsTxt:hover 
    text-decorationunderline
    colorred
</style> 


Greetings,
Paul
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Markus
Top achievements
Rank 1
answered on 10 Feb 2009, 10:29 AM
Hello Paul,

thanks for information, it is working!

Regards Markus
Tags
TabStrip
Asked by
Markus
Top achievements
Rank 1
Answers by
Paul
Telerik team
Markus
Top achievements
Rank 1
Share this question
or