line wrap using tree menu
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%
;
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