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

Radmenu stylesheet conflicts

1 Answer 55 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Moon
Top achievements
Rank 2
Moon asked on 18 Nov 2008, 09:07 PM
I have Q3 2008 rad ajax controls.

On the radmenu, it is having conflicts with my stylesheet.

I have tried several of the built-in skins and when I use them, the dropdown text is white, and such and I am not altering the skin styles.

But I do have a site stylesheet and suspect it is conflicting with the menus.

I had to remove my <li> style because that was really messing it up.

What can I do to get the menu style to ignore my stylesheet styles?

thanks.

Moon

1 Answer, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 19 Nov 2008, 12:24 PM
Hi Moon,

The problem depends heavily on how you target your CSS styles - e.g., if you use an ID-based selector, it would always override the ones in the RadMenu skins due to the higher specificity of the ID selector.

A way to work-around the problem is to target your styles more specifically (e.g. wrap the necessary li-s with a container that doesn't include the RadMenu.

If you need further assistance, please open a support ticket and submit a live URL / sample project so that we could give you more specific advice.

Regards,
Alex
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Menu
Asked by
Moon
Top achievements
Rank 2
Answers by
Alex Gyoshev
Telerik team
Share this question
or