<?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>Interactive Llama :: Interactive media tutorials and tips &#187; override</title>
	<atom:link href="http://www.interactivellama.com/blog/archives/tag/override/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.interactivellama.com/blog</link>
	<description>Interactive media tutorials and tips</description>
	<lastBuildDate>Wed, 23 Nov 2011 15:25:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Multiple CSS increases productivity of hiding and showing with display attribute</title>
		<link>http://www.interactivellama.com/blog/archives/multiple-css-increases-productivity-of-hiding-and-showing-with-display-attribute/</link>
		<comments>http://www.interactivellama.com/blog/archives/multiple-css-increases-productivity-of-hiding-and-showing-with-display-attribute/#comments</comments>
		<pubDate>Mon, 30 Apr 2007 16:09:47 +0000</pubDate>
		<dc:creator>Stephen James</dc:creator>
				<category><![CDATA[HTML and CSS]]></category>
		<category><![CDATA[Productivity & Workflow]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[accomplish]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[cascading_style_sheets]]></category>
		<category><![CDATA[css_link]]></category>
		<category><![CDATA[css_profile]]></category>
		<category><![CDATA[dhtml]]></category>
		<category><![CDATA[override]]></category>
		<category><![CDATA[page_dev]]></category>
		<category><![CDATA[prevalence]]></category>
		<category><![CDATA[style_sheet_link]]></category>

		<guid isPermaLink="false">http://smjdesign.com/designwell/2007/04/30/multiple-css-increases-productivity-of-hiding-and-showing-with-display-attribute/</guid>
		<description><![CDATA[With the prevalence of DHTML, much less AJAX, I have begun to use separate Cascading Style Sheets for development and publishing. Since styles override each other, the easiest way to accomplish this is to add a second style sheet link after the publishing CSS link and comment it out when one wants to test the [...]]]></description>
			<content:encoded><![CDATA[<p>With the prevalence of DHTML, much less AJAX, I have begun to use separate Cascading Style Sheets for development and publishing. Since styles override each other, the easiest way to accomplish this is to add a second style sheet link after the publishing CSS link and comment it out when one wants to test the page.</p>
<p>&#8220;dev.css&#8221; contains &#8220;display: block;&#8221; within all classes that in the publishing CSS contain &#8220;display: none;&#8221; much like that below:</p>
<p><code>.profile_box { display: none;} <span style="font-style: italic">(index.css)</code></p>
<p><code>.profile_box { display: block; } <span style="font-style: italic">(dev.css)</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.interactivellama.com/blog/archives/multiple-css-increases-productivity-of-hiding-and-showing-with-display-attribute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

