line wrap using tree menu

Posted by Community Admin on 05-Aug-2018 22:41

line wrap using tree menu

All Replies

Posted by Community Admin on 05-Mar-2012 00:00

We use the Tree (vertical with sub-levels) navigation a lot on our site and it works well.  I have a styling question though. When the menu items word wraps it's not left justified.  To fix this I added the css class below, specificall the display:list-item line.  This worked like a champ, except in IE7.  In IE7 the display line prevents the tree menu from being able to expand.  Is there any other way I can make the wrapped line of text left justify?

Thanks
Ron

.nestedvert-nav ul li a
    display:list-item;
    margin-top:-20px;
    line-height:90%;

Posted by Community Admin on 08-Mar-2012 00:00

Hello Ron,

I've tested your styles in IE7 and wasn't able to reproduce the problem. It seems that they work as expected. Take a look at the video.

Greetings,
Jen Peleva
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed