How would I be able to have word wrap when text in <a> is way too long? I want the <li> to expand to the word wrap using CSS.
views:
126answers:
2
A:
Not exactly sure what you're after here, but the CSS3 text-wrap or word-wrap might do it.
You could also try setting a width on the <li>. That would force the text inside it to a certain width.
Finally, if the text does not contain spaces/wrappable chars, perhaps <wbr> might work
cofiem
2010-08-11 01:55:01