I'm trying to make a hierarchical tree widget. The tree itself  
(ultimately embedded in a frame or iframe) is a <ul>, each item an  
<li>, and various elements and controls in each item are left-floated  
elements. The label itself isn't floated. It works well overall, but

(1) When item labels get too long, the labels wrap to the next line  
in IE. Setting white-space: nowrap on the <li> fixed the problem in  
Firefox, but not IE.

(2) With the wrapping problem fixed, the background color of the  
selected item in the list (set via background-color) only extends to  
the right edge of the page. In other words, when you scroll to the  
right to see the rest of a long label, the background color doesn't  
extend.

Any ideas what to do?

Thanks.
Dave
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to