<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Word wrapping for Internet Explorer</title>
	<atom:link href="http://www.last-child.com/word-wrapping-for-internet-explorer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.last-child.com/word-wrapping-for-internet-explorer/</link>
	<description>CSS Toys for Professional Web Developers</description>
	<lastBuildDate>Mon, 15 Feb 2010 21:51:36 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: OsamaBinLogin</title>
		<link>http://www.last-child.com/word-wrapping-for-internet-explorer/comment-page-1/#comment-30730</link>
		<dc:creator>OsamaBinLogin</dc:creator>
		<pubDate>Sat, 17 Oct 2009 02:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/word-wrapping-for-internet-explorer/#comment-30730</guid>
		<description>good.  For my purposes, though, white-space normal compresses consecutive spaces.  I wanted to preserve consecutive spaces, and do a pre tag, but with word wrapping.  

In Safari, white-space: pre-wrap does this just right.

in IE7, that doesn&#039;t wrap.  Instead I used white-space:normal, which compresses consecutive spaces.  Wish there was a better way.</description>
		<content:encoded><![CDATA[<p>good.  For my purposes, though, white-space normal compresses consecutive spaces.  I wanted to preserve consecutive spaces, and do a pre tag, but with word wrapping.  </p>
<p>In Safari, white-space: pre-wrap does this just right.</p>
<p>in IE7, that doesn&#8217;t wrap.  Instead I used white-space:normal, which compresses consecutive spaces.  Wish there was a better way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun</title>
		<link>http://www.last-child.com/word-wrapping-for-internet-explorer/comment-page-1/#comment-30729</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Tue, 13 Oct 2009 12:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/word-wrapping-for-internet-explorer/#comment-30729</guid>
		<description>fix width for parent  ele thats it. :) enjoy</description>
		<content:encoded><![CDATA[<p>fix width for parent  ele thats it. <img src='http://www.last-child.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  enjoy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naveed</title>
		<link>http://www.last-child.com/word-wrapping-for-internet-explorer/comment-page-1/#comment-30668</link>
		<dc:creator>Naveed</dc:creator>
		<pubDate>Thu, 17 Sep 2009 06:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/word-wrapping-for-internet-explorer/#comment-30668</guid>
		<description>Thanks a lot PeterGreve, I was going to write some php script to resolve this issue but this worked for me as well.

.body {
overflow: hidden;
white-space: normal;
word-break: break-all;
}

Really appreciate your effort... :)</description>
		<content:encoded><![CDATA[<p>Thanks a lot PeterGreve, I was going to write some php script to resolve this issue but this worked for me as well.</p>
<p>.body {<br />
overflow: hidden;<br />
white-space: normal;<br />
word-break: break-all;<br />
}</p>
<p>Really appreciate your effort&#8230; <img src='http://www.last-child.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PeterGreve</title>
		<link>http://www.last-child.com/word-wrapping-for-internet-explorer/comment-page-1/#comment-30570</link>
		<dc:creator>PeterGreve</dc:creator>
		<pubDate>Mon, 22 Jun 2009 11:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/word-wrapping-for-internet-explorer/#comment-30570</guid>
		<description>Awesome and it works in IE6 aswell... thanks for posting this!!

I used the following and it worked in IE6, IE7, Safari and FF3

.body {
	overflow: hidden;
	white-space: normal;
	word-break: break-all;
}</description>
		<content:encoded><![CDATA[<p>Awesome and it works in IE6 aswell&#8230; thanks for posting this!!</p>
<p>I used the following and it worked in IE6, IE7, Safari and FF3</p>
<p>.body {<br />
	overflow: hidden;<br />
	white-space: normal;<br />
	word-break: break-all;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zuhair Naqvi</title>
		<link>http://www.last-child.com/word-wrapping-for-internet-explorer/comment-page-1/#comment-30249</link>
		<dc:creator>Zuhair Naqvi</dc:creator>
		<pubDate>Mon, 22 Dec 2008 07:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/word-wrapping-for-internet-explorer/#comment-30249</guid>
		<description>Hello All,

The only thing is working on IE is &quot;word-break: break-all;&quot; and rest all the things are not working on any browser.

but the problem is still same:

How we can make the a long word breakable in all browsers?

Please reply.......

Regards,
Zuhair Naqvi</description>
		<content:encoded><![CDATA[<p>Hello All,</p>
<p>The only thing is working on IE is &#8220;word-break: break-all;&#8221; and rest all the things are not working on any browser.</p>
<p>but the problem is still same:</p>
<p>How we can make the a long word breakable in all browsers?</p>
<p>Please reply&#8230;&#8230;.</p>
<p>Regards,<br />
Zuhair Naqvi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sanjay</title>
		<link>http://www.last-child.com/word-wrapping-for-internet-explorer/comment-page-1/#comment-27518</link>
		<dc:creator>sanjay</dc:creator>
		<pubDate>Thu, 06 Sep 2007 12:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/word-wrapping-for-internet-explorer/#comment-27518</guid>
		<description>it&#039;s not working on mozila.

thanks
sanjay</description>
		<content:encoded><![CDATA[<p>it&#8217;s not working on mozila.</p>
<p>thanks<br />
sanjay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://www.last-child.com/word-wrapping-for-internet-explorer/comment-page-1/#comment-27453</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Tue, 10 Jul 2007 16:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/word-wrapping-for-internet-explorer/#comment-27453</guid>
		<description>Try this for moz/firefox word-wrap:
.className {
white-space: inherit;
}</description>
		<content:encoded><![CDATA[<p>Try this for moz/firefox word-wrap:<br />
.className {<br />
white-space: inherit;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jach</title>
		<link>http://www.last-child.com/word-wrapping-for-internet-explorer/comment-page-1/#comment-27437</link>
		<dc:creator>Jach</dc:creator>
		<pubDate>Fri, 29 Jun 2007 08:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/word-wrapping-for-internet-explorer/#comment-27437</guid>
		<description>I&#039;d like to say that I cannot find any working CSS word-wrap for Firefox, and it makes me wonder why the haven&#039;t implemented it correctly/at all. It made me write this PHP hack to make it work, which could probably be made into JavaScript with ease as there aren&#039;t any PHP-specific functions there. (Unless of course JavaScript doesn&#039;t like the $var{$key} syntax, in which case good luck.)

$off = 0;
for ($key = 0; isse​t($c{$key}); $key  ) {

if ($keye.0 == 0 &amp;&amp; $​key != 0) {
$c = substr($c, 0, $key   ($off*7)) . &#039;&amp;#820​3;&#039; .
substr($c, $key   ($off*7), strlen($c)-1);
$off  ;
}
}​​</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to say that I cannot find any working CSS word-wrap for Firefox, and it makes me wonder why the haven&#8217;t implemented it correctly/at all. It made me write this PHP hack to make it work, which could probably be made into JavaScript with ease as there aren&#8217;t any PHP-specific functions there. (Unless of course JavaScript doesn&#8217;t like the $var{$key} syntax, in which case good luck.)</p>
<p>$off = 0;<br />
for ($key = 0; isse​t($c{$key}); $key  ) {</p>
<p>if ($keye.0 == 0 &amp;&amp; $​key != 0) {<br />
$c = substr($c, 0, $key   ($off*7)) . &#8216;&amp;#820​3;&#8217; .<br />
substr($c, $key   ($off*7), strlen($c)-1);<br />
$off  ;<br />
}<br />
}​​</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seth Cole</title>
		<link>http://www.last-child.com/word-wrapping-for-internet-explorer/comment-page-1/#comment-22546</link>
		<dc:creator>Seth Cole</dc:creator>
		<pubDate>Thu, 24 May 2007 14:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/word-wrapping-for-internet-explorer/#comment-22546</guid>
		<description>Oh my god, thanks for saving my day! Seriously. I am not sure why this was so hard to find but I nearly Googled myself silly looking for this break. Whew.

Rock on!</description>
		<content:encoded><![CDATA[<p>Oh my god, thanks for saving my day! Seriously. I am not sure why this was so hard to find but I nearly Googled myself silly looking for this break. Whew.</p>
<p>Rock on!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://www.last-child.com/word-wrapping-for-internet-explorer/comment-page-1/#comment-297</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Tue, 29 Aug 2006 14:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/word-wrapping-for-internet-explorer/#comment-297</guid>
		<description>SWEET!

You don&#039;t understand how good finding that break-all really is.

Thank you so much!

Bryan</description>
		<content:encoded><![CDATA[<p>SWEET!</p>
<p>You don&#8217;t understand how good finding that break-all really is.</p>
<p>Thank you so much!</p>
<p>Bryan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.086 seconds -->
