Tagged Questions
9
votes
5answers
8k views
Is there a way to word-wrap text in a div?
I know IE has a word-wrap style but I'd like to know if there is a cross browser method of doing so to text in a div.
Preferably CSS but javascript snippets would work ok too
edit: yeah referring ...
6
votes
6answers
12k views
CSS word-wrapping in div
I have a div with a width of 250px. When the innertext is wider than that i want it to break down. The div is float: left and now has an overflow. I want the scrollbar to go away by using ...
2
votes
3answers
135 views
Making a div float left, but not “fall” if text is too long
I'm sorry for the horrible title.
Essentially, I have a containing div which contains two divs with position: relative; and float: left;. The first div is set to 200px (by virtue of its contents) ...
1
vote
2answers
716 views
CSS: Nested elements without explicit width and word wrap
I am trying to position a caption below an image without explicit knowledge of the images' width. I would like the caption to extend to the full image width, but not to stretch the parent elements' ...
0
votes
1answer
225 views
How to wrap text around an image using CSS
I am looking to wrap text around an image that will lie in the bottom left hand corner of a CSS table. The amount of text changes when I use it because I will be using it numerous times with different ...
0
votes
1answer
264 views
Facebook like status input
Is there a ready similar input like the status input in Facebook?
I mean, they use a contenteditable div, and they've wrapped it all pretty good. They can resize it (on focus/blur), an it continues ...