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

How to do the corners of the rad menu?

1 Answer 47 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Swapnil
Top achievements
Rank 1
Swapnil asked on 26 Aug 2013, 12:17 PM
Hi,
How to do the corners of the rad menu?
or
Any good and simple css for the rad menu?

Thanks

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 26 Aug 2013, 12:36 PM
Hi Swapnil,

I guess you want to give rounded corners to the RadMenu. Please check the following CSS. Use your Skin name appropriately in the following CSS.

CSS:
<style type="text/css">       
    div.RadMenu_Web20 .rmRootGroup
    {
        border-radius: 5px !important;
    }
</style>

Thanks,
Princy.
Tags
Menu
Asked by
Swapnil
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or