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

[Solved] menu seperator no show when skin set to Web20

1 Answer 58 Views
Menu
This is a migrated thread and some comments may be shown as answers.
steven
Top achievements
Rank 1
steven asked on 08 Dec 2009, 09:08 PM
if I set skin to Telerik, menu divider does show up.

but if I set skin to Web20, menu divider is no show, even I have 

<telerik:RadMenuItem IsSeparator="true" Text="|" />

please help and let me know what I need to do to make the divider appear.  thanks.

 

 

 

 

1 Answer, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 09 Dec 2009, 03:13 PM
Hi Steven,

I can confirm this bug, it has been fixed and the fix will be available with the next internal build. As a workaround, add this CSS to your project:

.RadMenu_Web20 .rmHorizontal .rmSeparator .rmText
{
    background-color: transparent;
    background-position: 0 -386px;
}

You don't need to set the Text attribute of RadMenuItem to see it. Let me know if it works. I've updated your Telerik points for the bug report.

Sincerely yours,
Kamen Bundev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Menu
Asked by
steven
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or