<?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"
	>
<channel>
	<title>Comments on: CSS Overflow Property - creating frame-like pages</title>
	<atom:link href="http://www.drostdesigns.com/css-overflow-property-creating-frame-like-pages/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.drostdesigns.com/css-overflow-property-creating-frame-like-pages/</link>
	<description>Web Site Design, Hosting and Marketing Tips and Tricks</description>
	<pubDate>Fri, 25 Jul 2008 15:35:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: sandeep</title>
		<link>http://www.drostdesigns.com/css-overflow-property-creating-frame-like-pages/#comment-41557</link>
		<dc:creator>sandeep</dc:creator>
		<pubDate>Mon, 11 Jun 2007 11:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.drostdesigns.com/css-overflow-property-creating-frame-like-pages/#comment-41557</guid>
		<description>the overflow:auto make scroll bars visible. What i want is when text rendered is height should keep on increasing rather than a scroll bar(exact effect of word-wrap:breakwword).
Is that possible through CSS?</description>
		<content:encoded><![CDATA[<p>the overflow:auto make scroll bars visible. What i want is when text rendered is height should keep on increasing rather than a scroll bar(exact effect of word-wrap:breakwword).<br />
Is that possible through CSS?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: millionthmonkey.org &#187; A guide to code excerpts</title>
		<link>http://www.drostdesigns.com/css-overflow-property-creating-frame-like-pages/#comment-36315</link>
		<dc:creator>millionthmonkey.org &#187; A guide to code excerpts</dc:creator>
		<pubDate>Sun, 20 May 2007 01:43:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.drostdesigns.com/css-overflow-property-creating-frame-like-pages/#comment-36315</guid>
		<description>[...] The first, word-wrap: break-word, is Microsoft proprietary and only works in Internet Explorer 5.5 on Windows or Safari 1.3+ on Mac. It will make word-wrap happen in those browsers, and it even breaks individual words that are too long for the container - word-break example. The second, overflow: auto, will give you in all browsers scrollbars when the content exceeds the width or (if specified) height of the container - overflow example. The useful overflow property takes other values: visible, hidden, and scroll. Interestingly, divs with overflow set to auto can make a good alternative to frames and iframes. On this blog - at the moment, at least - I specify both methods in my CSS, and get wrapping in IE and scrolling in Firefox.   &#8592; [prev] De-animatorSpeak your mind &#187; [...]</description>
		<content:encoded><![CDATA[<p>[...] The first, word-wrap: break-word, is Microsoft proprietary and only works in Internet Explorer 5.5 on Windows or Safari 1.3+ on Mac. It will make word-wrap happen in those browsers, and it even breaks individual words that are too long for the container - word-break example. The second, overflow: auto, will give you in all browsers scrollbars when the content exceeds the width or (if specified) height of the container - overflow example. The useful overflow property takes other values: visible, hidden, and scroll. Interestingly, divs with overflow set to auto can make a good alternative to frames and iframes. On this blog - at the moment, at least - I specify both methods in my CSS, and get wrapping in IE and scrolling in Firefox.   &larr; [prev] De-animatorSpeak your mind &raquo; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Take the Web &#187; Code excerpts - xmp and pre</title>
		<link>http://www.drostdesigns.com/css-overflow-property-creating-frame-like-pages/#comment-4006</link>
		<dc:creator>Take the Web &#187; Code excerpts - xmp and pre</dc:creator>
		<pubDate>Tue, 10 Oct 2006 12:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.drostdesigns.com/css-overflow-property-creating-frame-like-pages/#comment-4006</guid>
		<description>[...] The first, word-wrap: break-word, is Microsoft proprietary and only works in Internet Explorer 5.5 on Windows or Safari 1.3+ on Mac. It will make word-wrap happen in those browsers, and it even breaks individual words that are too long for the container - word-break example. The second, overflow: auto, will give you in all browsers scrollbars when the content exceeds the width or (if specified) height of the container - overflow example. The useful overflow property takes other values: visible, hidden, and scroll. Interestingly, divs with overflow set to auto can make a good alternative to frames and iframes. On this blog - at the moment, at least - I specify both methods in my CSS, and get wrapping in IE and scrolling in Firefox. [...]</description>
		<content:encoded><![CDATA[<p>[...] The first, word-wrap: break-word, is Microsoft proprietary and only works in Internet Explorer 5.5 on Windows or Safari 1.3+ on Mac. It will make word-wrap happen in those browsers, and it even breaks individual words that are too long for the container - word-break example. The second, overflow: auto, will give you in all browsers scrollbars when the content exceeds the width or (if specified) height of the container - overflow example. The useful overflow property takes other values: visible, hidden, and scroll. Interestingly, divs with overflow set to auto can make a good alternative to frames and iframes. On this blog - at the moment, at least - I specify both methods in my CSS, and get wrapping in IE and scrolling in Firefox. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
