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

rounded corners with images

4 Answers 157 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Naupad
Top achievements
Rank 1
Naupad asked on 30 Jan 2012, 11:04 PM
I am using Rad Menu with default theme. I enabled rounded corners which works fine for sub-menu items. But I want the whole wrapper of all the menus also to be rounded. How can I do this using images because border-radius property doesn't work in IE 8 and earlier.

4 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 31 Jan 2012, 06:41 AM
Hello,

One suggestion is you can create custom skin as expalined in this documentation.

Thanks,
Princy.
0
Naupad
Top achievements
Rank 1
answered on 31 Jan 2012, 06:42 PM
Still no hope. I am unable to find the css class of the outside wrapper.
0
Princy
Top achievements
Rank 2
answered on 01 Feb 2012, 01:57 PM
Hello,

Take a look into the following demo.
Menu / Show Path And BreadCrumb

Hope this helps.
Thanks,
Princy.
0
Kate
Telerik team
answered on 02 Feb 2012, 02:46 PM
Hello Naupad,

You can use the following css class to remove the background image and border of the root menu items. Then you can apply your custom sprite image by setting the background-image in the same class selector:
div.RadMenu_Default .rmRootGroup {
    background-color: #E0E5F5; /*you can alter it as needed*/
    background-position: 0 -457px;
    background-repeat: repeat-x; /*you can alter it as needed*/
    border: 0px solid #B7BDCD;
}

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
Tags
Menu
Asked by
Naupad
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Naupad
Top achievements
Rank 1
Kate
Telerik team
Share this question
or