|
I'm trying to deal with word wrapping a div with javascript and css
I've found this: http://scottonwriting.net/sowblog/posts/2272.aspx
But that assumes a element Do you know if that will work on any type of element? It doesn't seem to be working |
| You tried it with div? i.e., div { white-space: ...} |
| Kopilman, I used .wrap { ... } Should I have explicity done div.wrap or ? |