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

Separator Width in IE 6

1 Answer 54 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Jeremiah
Top achievements
Rank 1
Jeremiah asked on 16 Jun 2008, 02:07 PM
Hi, I'm using the black skin on my menu and (I don't know if it does it on all skins) there is an issue where menu items marked as a "separator" look fine in Firefox and Internet Explorer 7, but there's a padding or spacing of about 10-15px in Internet Explorer 6 that I can't seem to undo -- so an item that is meant to be a separator and 1px wide, is actually 10-15px wide which causes distortion in the layout of the menu.

1 Answer, 1 is accepted

Sort by
0
Accepted
Alex Gyoshev
Telerik team
answered on 18 Jun 2008, 10:34 AM
Hi Jeremiah,

Thank you for your notice; the problem should be solved by adding the following CSS styles to the page:
.RadMenu .rmSeparator, 
.RadMenu .rmSeparator:after 
    line-height: 0; 
    font-size: 0; 
    overflowhidden

I'll make sure that the fix will be included in the upcoming SP2.

Best wishes,
Alex
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Menu
Asked by
Jeremiah
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Share this question
or