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

Hide Image placeholder

1 Answer 79 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Developer Developer
Top achievements
Rank 1
Developer Developer asked on 14 Oct 2008, 11:25 PM
Hi,
    We're using the Vista skin, but not providing any menu images - is there a way to hide/not show the blank area to the left of each menu item?

Jason

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 15 Oct 2008, 05:46 AM
Hi,

Try setting the style for the radmenu as shown below.

Style.css
 <style  type="text/css" > 
    
 .RadMenu_[SkinName] .rmGroup .rmLink .rmText 
   
    text-align: left !Important;   
    padding-left: 0px !Important; 
    margin-left:0px !Important; 
     
</style> 


Thanks
Shinu.
Tags
Menu
Asked by
Developer Developer
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or