Hi Jorn and users of treeview, In my treeview implementation I need to restrict the width of the object. It's possible that some of the the tree node names will be quite long. Currently when this happens the node name is wrapped into 2 or more lines.
I tried to adjust the css to force it into a single line instead: .filetree span.folder, .filetree span.file { white-space: nowrap; } This works beautifully in FF. In IE6 the name is also not wrapped, but IE6 will create a blank line before the name. Please advise if what I plan to do is possible?