<?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>hb's web dev blog &#187; CSS</title>
	<atom:link href="http://www.xhbml.com/archives/category/css/feed" rel="self" type="application/rss+xml" />
	<link>http://www.xhbml.com</link>
	<description>A web development blog centering around Python, CSS and related subjects.</description>
	<lastBuildDate>Sat, 04 Feb 2012 22:02:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>A simpler way to right-align a block-level element</title>
		<link>http://www.xhbml.com/archives/47</link>
		<comments>http://www.xhbml.com/archives/47#comments</comments>
		<pubDate>Sat, 03 Dec 2011 17:44:12 +0000</pubDate>
		<dc:creator>hb</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.xhbml.com/?p=47</guid>
		<description><![CDATA[The standard way to right-align a block-level element is to float it. It works well and is simple if you don&#8217;t mind that the following content creeps up beside your element. If you want that, fine. If not, you need to add a clearfix hack or make sure that the following content content clears your [...]]]></description>
		<wfw:commentRss>http://www.xhbml.com/archives/47/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix CSS problems in Internet Explorer</title>
		<link>http://www.xhbml.com/archives/39</link>
		<comments>http://www.xhbml.com/archives/39#comments</comments>
		<pubDate>Sun, 24 Feb 2008 11:28:35 +0000</pubDate>
		<dc:creator>hb</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.xhbml.com/archives/39</guid>
		<description><![CDATA[Internet Explorer is a major source of frustration for web developers because of its incomplete and buggy CSS support. Luckily, there are quite simple fixes for many of the problems. The solutions By adding css rules that logically should not have any effect (and will have no effect in sane web browsers) you can make [...]]]></description>
		<wfw:commentRss>http://www.xhbml.com/archives/39/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Opera&#8217;s web search capabilities for easy validation</title>
		<link>http://www.xhbml.com/archives/38</link>
		<comments>http://www.xhbml.com/archives/38#comments</comments>
		<pubDate>Tue, 31 Jul 2007 20:54:11 +0000</pubDate>
		<dc:creator>hb</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.xhbml.com/archives/38</guid>
		<description><![CDATA[Opera has a quite nice feature that allows you to add arbitrary search engines to its&#8217; builtin selection of search engines, available from a dedicated search field or from the address field with special keywords. By using this feature you can also add easy access to online validators for HTML, CSS and RSS/Atom feeds. Adding [...]]]></description>
		<wfw:commentRss>http://www.xhbml.com/archives/38/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using lists for menus</title>
		<link>http://www.xhbml.com/archives/13</link>
		<comments>http://www.xhbml.com/archives/13#comments</comments>
		<pubDate>Sat, 18 Dec 2004 17:15:24 +0000</pubDate>
		<dc:creator>hb</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">/?p=13</guid>
		<description><![CDATA[A menu is a list of the main pages on a website so why shouldn&#8217;t you use html lists for building them? Two common reasons for not doing so are I don&#8217;t want those dots in front of the links There is so much whitespace that they are useless for menus But those problems disappear [...]]]></description>
		<wfw:commentRss>http://www.xhbml.com/archives/13/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1px dotted border in IE</title>
		<link>http://www.xhbml.com/archives/16</link>
		<comments>http://www.xhbml.com/archives/16#comments</comments>
		<pubDate>Thu, 16 Dec 2004 17:06:40 +0000</pubDate>
		<dc:creator>hb</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">/?p=16</guid>
		<description><![CDATA[One more flaw in IE is that it does not render 1px dotted borders. What you get from IE are 1px dashed borders. 2px dotted borders are fine, however. One solution is presented by Adam Kalsey but that does not work if you want a dotted border on all 4 sides. A little modification is [...]]]></description>
		<wfw:commentRss>http://www.xhbml.com/archives/16/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 3 css properties I wish Internet Explorer supported</title>
		<link>http://www.xhbml.com/archives/11</link>
		<comments>http://www.xhbml.com/archives/11#comments</comments>
		<pubDate>Fri, 10 Dec 2004 18:04:00 +0000</pubDate>
		<dc:creator>hb</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">/?p=11</guid>
		<description><![CDATA[As some of us know, Internet Explorer&#8217;s CSS support is less than perfect. Not strange considering the latest version is 3 years old. There are however a few pretty basic CSS properties that, if IE supported them, would make it easy to make our websites just a little bit more elegant. Hover pseudo element on [...]]]></description>
		<wfw:commentRss>http://www.xhbml.com/archives/11/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

