Menu doesn't show background in all scenarios(include your demos) with Opera browser.
I use the latest version of RAD Controls for ASP .NET AJAX - Q3.1125, and the latest version of Opera - 9.63.
Is there any quick trick to fix this error?
3 Answers, 1 is accepted
0
Yana
Telerik team
answered on 29 Dec 2008, 12:23 PM
Hello there,
Please add the following css styles to your page in order to fix this issue:
<style type="text/css">
.RadMenu_Vista .rmVertical {
float:left !important;
}
</style>
Best regards,
Yana
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.