Link to home
Start Free TrialLog in
Avatar of curiouswebster
curiouswebsterFlag for United States of America

asked on

How do you handle a scrunched up text item?

I have a frame set that's fairly narrow and used for table of contents (upper left) and index (lower left).  Most of the space is for my main page on the right.  But the node tree gets bunched up so badly it's not readable.

The index uses a node tree that has as many as three layers:

+A
+B
-C
     California
               West Coast Highway

for example, when the C is expanded all the way, the width is so much that the frame wraps it around and it's not ledgable anymore.

+A
+B
-C
     California
               West
Coast Highway

Has anyone got a suggestion of what (if anything) I can do to fix this?

I really like what I sometime see from other websites where the scrollbar becomes active and a mouse over will reveal the entire line of text.  I do use SCROLLING="yes".


newbieweb



 
ASKER CERTIFIED SOLUTION
Avatar of Alkali_Guy
Alkali_Guy

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of curiouswebster

ASKER

great!

How would I integrate this with:

      <li onClick="nav(1,1)"; id='A1A'>Uno</li>

as a style for my CSS sheet?

thanks.

newbieweb
SOLUTION
Avatar of OMC2000
OMC2000
Flag of Russian Federation image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
That stopped the wrapping alright.  But it caused a new problem:

- The list item that is too long no longer starts with the correct image like when it was not too long.  In other words it gets mangled so that it looks out of place.

Also, is there a way to make IE displaye the entire line as floating text?  I've seen this many times before in Windows, and I think it was IE that did that.

Thanks.