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

Vertical Rollover

3 Answers 48 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Naisha
Top achievements
Rank 1
Naisha asked on 04 Jan 2012, 12:07 PM
hi,
I have a vertical toolbar and I need that when rollover an item, the highlight (background) will be to the end of the toolbar and not on the text only.

10x

3 Answers, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 05 Jan 2012, 02:18 PM
Hello Itai,

In order to increase the width of the hover effect you can apply the following css class:
<style type="text/css">
        div.RadToolBar .rtbDropDownExpanded .rtbIn,
         div.RadToolBar .rtbSplBtnExpanded .rtbIn,
          div.RadToolBar .rtbSplBtnFocused .rtbIn,
           div.RadToolBar .rtbItemFocused .rtbIn,
            div.RadToolBar .rtbItemClicked .rtbIn,
             div.RadToolBar .rtbChecked .rtbIn,
              div.RadToolBar .rtbItemHovered .rtbIn {    width: 80px; }
    </style>

Greetings,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Naisha
Top achievements
Rank 1
answered on 08 Jan 2012, 11:13 AM
Hello. 

It partial helped.
Noe the problem is that the text goes to the right.... (see attachment)
0
Kate
Telerik team
answered on 10 Jan 2012, 10:09 AM
Hi Itai,

It works as expected from my side, however, applying custom styles might be a reason for the appearance that you get. Can you please send me either a live url or a simplified runnable project that I could test locally and help you out?

Kind regards,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
ToolBar
Asked by
Naisha
Top achievements
Rank 1
Answers by
Kate
Telerik team
Naisha
Top achievements
Rank 1
Share this question
or