<?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>CSS Archives - Keith Devon</title>
	<atom:link href="https://keithdevon.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>https://keithdevon.com/tag/css/</link>
	<description>UK-based WordPress developer</description>
	<lastBuildDate>Fri, 22 Aug 2014 13:46:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.3</generator>
	<item>
		<title>Full screen background images</title>
		<link>https://keithdevon.com/full-screen-background-images/</link>
					<comments>https://keithdevon.com/full-screen-background-images/#respond</comments>
		
		<dc:creator><![CDATA[Keith Devon]]></dc:creator>
		<pubDate>Fri, 22 Aug 2014 13:46:53 +0000</pubDate>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[tuts]]></category>
		<category><![CDATA[background image]]></category>
		<category><![CDATA[CSS]]></category>
		<guid isPermaLink="false">https://keithdevon.com/?p=1170</guid>

					<description><![CDATA[<p>I&#8217;m putting this here for my own sanity. If I had £1 for every time I&#8217;ve tried to solve this issue! The goal here is to have a background image that covers the whole of the browser window. Ideally we want it to scale, stay centred, and keep it&#8217;s correct proportions. My go-to article on [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://keithdevon.com/full-screen-background-images/">Full screen background images</a> appeared first on <a rel="nofollow" href="https://keithdevon.com">Keith Devon</a>.</p>
]]></description>
		
					<wfw:commentRss>https://keithdevon.com/full-screen-background-images/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Proper float clearing</title>
		<link>https://keithdevon.com/proper-float-clearing/</link>
					<comments>https://keithdevon.com/proper-float-clearing/#respond</comments>
		
		<dc:creator><![CDATA[Keith Devon]]></dc:creator>
		<pubDate>Mon, 06 Jun 2011 13:37:37 +0000</pubDate>
				<category><![CDATA[tuts]]></category>
		<category><![CDATA[CSS]]></category>
		<guid isPermaLink="false">http://keithdevon.wpengine.com/?p=567</guid>

					<description><![CDATA[<p>I was browsing through Forrst recently and happened across the following advice on float clearing. An easy way to properly clear floats without extra markup. If you&#8217;re not using some sort of clearfix you probably should be. .clearself:before, .clearself:after { content: " "; display: block; height: 0; overflow: hidden; } .clearself:after {clear: both;} .clearself {zoom: [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://keithdevon.com/proper-float-clearing/">Proper float clearing</a> appeared first on <a rel="nofollow" href="https://keithdevon.com">Keith Devon</a>.</p>
]]></description>
		
					<wfw:commentRss>https://keithdevon.com/proper-float-clearing/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Drop down menus, z-index and IE</title>
		<link>https://keithdevon.com/drop-down-menus-z-index-and-ie/</link>
		
		<dc:creator><![CDATA[Keith Devon]]></dc:creator>
		<pubDate>Tue, 19 Apr 2011 12:17:13 +0000</pubDate>
				<category><![CDATA[tuts]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[DDSlider]]></category>
		<category><![CDATA[drop-downs]]></category>
		<category><![CDATA[issues]]></category>
		<category><![CDATA[z-index]]></category>
		<guid isPermaLink="false">http://keithdevon.wpengine.com/?p=500</guid>

					<description><![CDATA[<p>One of Internet Explorer&#8217;s (IE) most commonly encountered bug is when using z-index. I experienced this recently when using the DDSlider plugin for WordPress along with a drop down navigation. Whilst doing some browser testing I noticed that the drop down menu hides behind the DDSlider. I tried to fix this using z-index. I applied [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://keithdevon.com/drop-down-menus-z-index-and-ie/">Drop down menus, z-index and IE</a> appeared first on <a rel="nofollow" href="https://keithdevon.com">Keith Devon</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Internal Link Layout Issue</title>
		<link>https://keithdevon.com/internal-link-layout-issue/</link>
					<comments>https://keithdevon.com/internal-link-layout-issue/#respond</comments>
		
		<dc:creator><![CDATA[Keith Devon]]></dc:creator>
		<pubDate>Thu, 27 Jan 2011 17:17:03 +0000</pubDate>
				<category><![CDATA[tuts]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WP]]></category>
		<guid isPermaLink="false">http://keithdevon.wpengine.com/?p=437</guid>

					<description><![CDATA[<p>I recently came across an unusual problem when using internal links on a WordPress site. The link in question linked from one page on the site to a specific section on another page of the same site. When this link was followed there was an error with the page layout. More accurately, the new page [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://keithdevon.com/internal-link-layout-issue/">Internal Link Layout Issue</a> appeared first on <a rel="nofollow" href="https://keithdevon.com">Keith Devon</a>.</p>
]]></description>
		
					<wfw:commentRss>https://keithdevon.com/internal-link-layout-issue/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Cufon visited link color fix</title>
		<link>https://keithdevon.com/cufon-visited-link-color-fix/</link>
					<comments>https://keithdevon.com/cufon-visited-link-color-fix/#respond</comments>
		
		<dc:creator><![CDATA[Keith Devon]]></dc:creator>
		<pubDate>Thu, 06 Jan 2011 09:51:32 +0000</pubDate>
				<category><![CDATA[tuts]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Cufon]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[Theme Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://keithdevon.wpengine.com/?p=401</guid>

					<description><![CDATA[<p>I recently had an issue with the color of visited links when using Cufon. More specifically, I am using the WP-Cufon plugin with WordPress. The issue I had was that the color I set for the link wasn&#8217;t being rendered by Cufon. In firebug it showed that the element color was red, but it was showing [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://keithdevon.com/cufon-visited-link-color-fix/">Cufon visited link color fix</a> appeared first on <a rel="nofollow" href="https://keithdevon.com">Keith Devon</a>.</p>
]]></description>
		
					<wfw:commentRss>https://keithdevon.com/cufon-visited-link-color-fix/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
