Hi again... I think I might have figured it out... the behavior in FF,
IE wrapped, however the "hoverover" color change did not include any
wrapped text. And Chrome just ignored the white-space all together and
you'd see text on top of text.
By adding height: auto, Chrome now seems to be respecting the
wrapping, and also, the "hoverover" css styling also catches any
wrapped text.
Not sure if this is the best way/right way to do this, but hell, it
seems to work (so far), so thought I'd share. :)
Heres what the line of code looks like now...
.jstree-default a { white-space:normal !important; height: auto; }
Cheers,
Curt.