<?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>Website Designers and Webmasters &#187; CSS</title>
	<atom:link href="http://websitedesign.websitesinaflash.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://websitedesign.websitesinaflash.com</link>
	<description>Website Design, PHP, CSS and Humor</description>
	<lastBuildDate>Fri, 30 Apr 2010 18:41:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS Scroll Box instead of iFrames</title>
		<link>http://websitedesign.websitesinaflash.com/2008/05/css-scroll-box-instead-of-iframes/</link>
		<comments>http://websitedesign.websitesinaflash.com/2008/05/css-scroll-box-instead-of-iframes/#comments</comments>
		<pubDate>Thu, 01 May 2008 20:15:00 +0000</pubDate>
		<dc:creator>Ashton Sanders</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[css scroll box]]></category>
		<category><![CDATA[frames]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[scrollbar]]></category>
		<category><![CDATA[Scrollbox]]></category>

		<guid isPermaLink="false">http://webmaster.websitesinaflash.com/?p=108</guid>
		<description><![CDATA[You&#8217;ve probably heard &#8220;iframes are horrible with search engines.&#8221; Well, they are.
I recently had a client want me to create scroll boxes for their website so they could fit 1000+ words into a 300&#215;457 pixel scroll box. How can I create this scroll box without the iframe? Well, you are about to find out.
CSS Scroll [...]]]></description>
		<wfw:commentRss>http://websitedesign.websitesinaflash.com/2008/05/css-scroll-box-instead-of-iframes/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>CSS &#8211; Absolute Position Sidebar</title>
		<link>http://websitedesign.websitesinaflash.com/2007/05/css-absolute-position-sidebar/</link>
		<comments>http://websitedesign.websitesinaflash.com/2007/05/css-absolute-position-sidebar/#comments</comments>
		<pubDate>Tue, 15 May 2007 05:54:00 +0000</pubDate>
		<dc:creator>Ashton Sanders</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Absolute]]></category>
		<category><![CDATA[Position]]></category>
		<category><![CDATA[sidebar]]></category>

		<guid isPermaLink="false">http://webmaster.websitesinaflash.com/?p=63</guid>
		<description><![CDATA[This is what I call CSS tip in 30 seconds:
It is very useful to be able to put your navigation bar or side bar at the bottom of your HTML, and absolute position it to appear up on your site where you want it to go. This is actually pretty easy.
If you just want it [...]]]></description>
		<wfw:commentRss>http://websitedesign.websitesinaflash.com/2007/05/css-absolute-position-sidebar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS &#8211; Replacing Text with an Image</title>
		<link>http://websitedesign.websitesinaflash.com/2007/04/css-replacing-text-with-an-image/</link>
		<comments>http://websitedesign.websitesinaflash.com/2007/04/css-replacing-text-with-an-image/#comments</comments>
		<pubDate>Tue, 10 Apr 2007 04:04:00 +0000</pubDate>
		<dc:creator>Ashton Sanders</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[background image]]></category>
		<category><![CDATA[css tricks]]></category>
		<category><![CDATA[display none]]></category>
		<category><![CDATA[image header]]></category>
		<category><![CDATA[text replace]]></category>

		<guid isPermaLink="false">http://webmaster.websitesinaflash.com/?p=39</guid>
		<description><![CDATA[Cascading Style Sheets (CSS) make it very easy to replace text with an image. Here is the whole process described in as few words as possible:
Background Information
In CSS, &#8220;display:none&#8221; will cause that element and every child in it to disappear. There is nothing you can do to make one of the child&#8217;s element.
&#8220;background-image&#8221; give an [...]]]></description>
		<wfw:commentRss>http://websitedesign.websitesinaflash.com/2007/04/css-replacing-text-with-an-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS &#8211; Absolute Positioning</title>
		<link>http://websitedesign.websitesinaflash.com/2007/04/css-absolute-positioning/</link>
		<comments>http://websitedesign.websitesinaflash.com/2007/04/css-absolute-positioning/#comments</comments>
		<pubDate>Mon, 09 Apr 2007 06:03:00 +0000</pubDate>
		<dc:creator>Ashton Sanders</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Absolute]]></category>
		<category><![CDATA[Position]]></category>

		<guid isPermaLink="false">http://webmaster.websitesinaflash.com/?p=38</guid>
		<description><![CDATA[Absolute Positioning with CSS can be a very useful thing.
I&#8217;ve been working a lot with CSS over the last year, but I&#8217;ve just recently discovered the secret to absolute positioning.
Absolute Positioning in CSS
Absolute positioning will allow you to move an HTML item from anywhere in your code to the same spot. For Example: The side [...]]]></description>
		<wfw:commentRss>http://websitedesign.websitesinaflash.com/2007/04/css-absolute-positioning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Zen Garden</title>
		<link>http://websitedesign.websitesinaflash.com/2007/03/css-zen-garden/</link>
		<comments>http://websitedesign.websitesinaflash.com/2007/03/css-zen-garden/#comments</comments>
		<pubDate>Sun, 25 Mar 2007 14:48:00 +0000</pubDate>
		<dc:creator>Ashton Sanders</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Developing]]></category>
		<category><![CDATA[Zen Garden]]></category>

		<guid isPermaLink="false">http://webmaster.websitesinaflash.com/?p=27</guid>
		<description><![CDATA[What is CSS Zen Garden?
It&#8217;s a great idea, thats what it is. It&#8217;s the ultimate Test of a CSS Designer. They have one basic HTML file, that is free to download, but you&#8217;re not allowed to change it. The only thing you are allowed to change is the css (which is all you need), and [...]]]></description>
		<wfw:commentRss>http://websitedesign.websitesinaflash.com/2007/03/css-zen-garden/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Internet Explorer CSS Tip</title>
		<link>http://websitedesign.websitesinaflash.com/2007/03/internet-explorer-css-tip/</link>
		<comments>http://websitedesign.websitesinaflash.com/2007/03/internet-explorer-css-tip/#comments</comments>
		<pubDate>Sat, 03 Mar 2007 02:19:00 +0000</pubDate>
		<dc:creator>Ashton Sanders</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Cascading Style Sheets]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://webmaster.websitesinaflash.com/?p=7</guid>
		<description><![CDATA[Beginners Note: The main purpose of CSS, or Cascading Style Sheets, is to add color and life to a website. The main use for HTML, or Hyper Text Markup Language, on the Internet is to create the format or layout of your website. (Note: It is quite possible to create two identical websites, one in [...]]]></description>
		<wfw:commentRss>http://websitedesign.websitesinaflash.com/2007/03/internet-explorer-css-tip/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
