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

Set Expand Arrow to Center

1 Answer 56 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Jun Ting
Top achievements
Rank 1
Jun Ting asked on 02 Dec 2009, 09:50 AM
Hi,

How can i set the expand arrow for drop down menu to show on the center. I try to edit the css file like below but it didin't work.
The arrow still show on top like attached file.
.RadMenu_UnitedNations .rmRightArrow  
{  
    background: transparent url('Menu/rmExpandArrows.png') no-repeat; background-position:center;   

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 03 Dec 2009, 10:29 AM
Hello Jun,

Try out the following css setting instead and see if it helps:
css:
 .RadMenu_UnitedNations .rmVertical .rmExpandRight    
        {     
          background:transparent url('Menu/rmExpandArrows.png'no-repeat right center !important;             
            
        }   

Hope this helps..
Princy.
Tags
Menu
Asked by
Jun Ting
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or