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

Image Menu

1 Answer 74 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Aamir
Top achievements
Rank 1
Aamir asked on 05 Aug 2008, 12:59 AM
Hi,

I have just bought Telerik controls and working on Image Menu. I need some help on it.

I have five top menu items with five images for them. I require gap between themwhat is best way of creating gap between menu item?

Hope to hear you soon.

Aamir

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 05 Aug 2008, 06:28 AM
Hi Aamir,

You can easily achieve your goal using the following CSS style:

<style type="text/css">  
.RadMenu .rmItem  
{  
    padding: 0 10px 0 10px;  
}  
</style> 


Sincerely yours,
Paul
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Menu
Asked by
Aamir
Top achievements
Rank 1
Answers by
Paul
Telerik team
Share this question
or