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

[Solved] To wrap or not to wrap?

1 Answer 91 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ed
Top achievements
Rank 1
Ed asked on 16 Jun 2008, 11:21 AM
Hi there,

I am trying to ensure that my sub-menu items do not exceed 400px in width before wrapping (i.e., the text should not be wider than 400px).  Is this possible?  I am using the following CSS class override:

    .RadMenu_Web20 .rmLink
    {
        width: 400px; /*this is ignored*/
        white-space: normal;
    }

The
white-space:normal attribute enables text-wrapping but the width: 400px attribute appears to have no effect; for my five top-level menu items, the sub-menu items of each of the five all have different widths, which are seemingly arbitrary.  (Within a single sub-menu, the width of all the items is constant; however, the width of one sub-menu differs from the next.)  This is happening in Firefox and IE7.

All answers gratefully received,

Ed Graham

1 Answer, 1 is accepted

Sort by
0
Ed
Top achievements
Rank 1
answered on 16 Jun 2008, 05:43 PM
This issue is now being tracked by the following thread:

http://www.telerik.com/community/forums/thread/b311D-bedhgt.aspx

Tags
General Discussions
Asked by
Ed
Top achievements
Rank 1
Answers by
Ed
Top achievements
Rank 1
Share this question
or