<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Utah Web Design Blog &#187; CSS</title>
	<atom:link href="http://www.redolivedesign.com/utah-web-designers-blog/category/utah-web-design/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redolivedesign.com/utah-web-designers-blog</link>
	<description>Corporate Blog Site for Red Olive Design Inc.</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:54:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Netscape 6.x doesn&#8217;t display CSS repeating backgrounds properly, how to fix</title>
		<link>http://www.redolivedesign.com/utah-web-designers-blog/2006/05/23/netscape-6x-doesnt-display-css-repeating-backgrounds-properly-how-to-fix/</link>
		<comments>http://www.redolivedesign.com/utah-web-designers-blog/2006/05/23/netscape-6x-doesnt-display-css-repeating-backgrounds-properly-how-to-fix/#comments</comments>
		<pubDate>Tue, 23 May 2006 17:11:04 +0000</pubDate>
		<dc:creator>Matthew Moeller</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.redolivedesign.com/utah-web-designers-blog/2006/05/23/netscape-6x-doesnt-display-css-repeating-backgrounds-properly-how-to-fix/</guid>
		<description><![CDATA[You may run across a fairly undocumented bug while developing web sites in CSS.  The background you've defined in your CSS doesn't want to repeat.  Typically you could just use the "clear:both" attributes but it fails too.  A simple fix is to put a regular HTML 4.0 tag like &#60;BR&#62; in your code and apply the style manually.  Like this &#60;br style="clear:both;"&#62; fakes the browser into working anyway and tada! you got ...]]></description>
			<content:encoded><![CDATA[<p>You may run across a fairly undocumented bug while developing web sites in CSS.  The background you've defined in your CSS doesn't want to repeat.  Typically you could just use the "clear:both" attributes but it fails too.  A simple fix is to put a regular HTML 4.0 tag like &lt;BR&gt; in your code and apply the style manually.  Like this <code>&lt;br style="clear:both;"&gt;</code> fakes the browser into working anyway and tada! you got a background that now works in Netscape.  Not that anyone actually uses that browser anymore with the popularity of <a href="http://www.firefox.com" title="Get Firefox">FireFox</a> but hey maybe you care about the two visitors that will ever hit your site. Check our <a href="http://www.redolivedesign.com" title="RED OLIVE">Red Olive </a>for more CSS tips.</p>
<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:100px;">
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.redolivedesign.com%2Futah-web-designers-blog%2F2006%2F05%2F23%2Fnetscape-6x-doesnt-display-css-repeating-backgrounds-properly-how-to-fix%2F&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
				</div><div class="really_simple_share_google1" style="width:90px;">
					<g:plusone size="medium" href="http://www.redolivedesign.com/utah-web-designers-blog/2006/05/23/netscape-6x-doesnt-display-css-repeating-backgrounds-properly-how-to-fix/" ></g:plusone>
				</div><div class="really_simple_share_twitter" style="width:110px;">
					<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="Netscape 6.x doesn&#8217;t display CSS repeating backgrounds properly, how to fix" data-url="http://www.redolivedesign.com/utah-web-designers-blog/2006/05/23/netscape-6x-doesnt-display-css-repeating-backgrounds-properly-how-to-fix/" 
						data-via="" ></a> 
				</div></div>
		<div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.redolivedesign.com/utah-web-designers-blog/2006/05/23/netscape-6x-doesnt-display-css-repeating-backgrounds-properly-how-to-fix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

