<?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>Digital Transition &#187; Web Design</title>
	<atom:link href="http://www.digital-transition.com/archives/category/web/webdesign/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digital-transition.com</link>
	<description>Benjamin Surkyn's personal blog.</description>
	<lastBuildDate>Sun, 22 Jan 2012 09:38:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>IE Only CSS Hack</title>
		<link>http://www.digital-transition.com/archives/2008/ie-only-css-hack/</link>
		<comments>http://www.digital-transition.com/archives/2008/ie-only-css-hack/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 09:55:50 +0000</pubDate>
		<dc:creator>Benjamin Surkyn</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.digital-transition.com/?p=313</guid>
		<description><![CDATA[I used to use the child element hack. element > child { non-IE properties; } Because Internet Explorer doesn&#8217;t support this. But there is probably going to be an end to this. I came across a hack that is IE-only (which it apparently from 2005, but not known to me). element { property: ; _property: [...]]]></description>
		<wfw:commentRss>http://www.digital-transition.com/archives/2008/ie-only-css-hack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Professional drop down menu</title>
		<link>http://www.digital-transition.com/archives/2007/professional-drop-down-menu/</link>
		<comments>http://www.digital-transition.com/archives/2007/professional-drop-down-menu/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 09:59:34 +0000</pubDate>
		<dc:creator>Benjamin Surkyn</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[dropdown menu]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.digital-transition.com/archives/2007/professional-drop-down-menu/</guid>
		<description><![CDATA[I&#8217;m usually against down down menus on the internet. Not only because they hardly work in all browsers, but also because they usually look terrible. This example at CSSplay however, looks and works great.]]></description>
		<wfw:commentRss>http://www.digital-transition.com/archives/2007/professional-drop-down-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Favorite icon</title>
		<link>http://www.digital-transition.com/archives/2007/favorite-icon/</link>
		<comments>http://www.digital-transition.com/archives/2007/favorite-icon/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 15:22:57 +0000</pubDate>
		<dc:creator>Benjamin Surkyn</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.digital-transition.com/archives/2007/favorite-icon/</guid>
		<description><![CDATA[Making your site look more professional is in the details too. By adding a favorite icon for example. With this generator it&#8217;s easy to create a favorite icon from a picture.]]></description>
		<wfw:commentRss>http://www.digital-transition.com/archives/2007/favorite-icon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>html tag and XHTML</title>
		<link>http://www.digital-transition.com/archives/2006/html-tag-and-xhtml/</link>
		<comments>http://www.digital-transition.com/archives/2006/html-tag-and-xhtml/#comments</comments>
		<pubDate>Thu, 19 Oct 2006 18:22:03 +0000</pubDate>
		<dc:creator>Benjamin Surkyn</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://www.digital-transition.com/archives/2006/html-tag-and-xhtml/</guid>
		<description><![CDATA[When reworking my portfolio site (still working on it) I made the pages XHTML 1.1 compliant and output them as application/xhtml+xml. There is however a problem with these pages are opened in browsers that support the output as XML (others see it as html due to the content negotiation). The html tag that used to [...]]]></description>
		<wfw:commentRss>http://www.digital-transition.com/archives/2006/html-tag-and-xhtml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting clean with CSS</title>
		<link>http://www.digital-transition.com/archives/2006/starting-clean-with-css/</link>
		<comments>http://www.digital-transition.com/archives/2006/starting-clean-with-css/#comments</comments>
		<pubDate>Sun, 08 Oct 2006 16:06:50 +0000</pubDate>
		<dc:creator>Benjamin Surkyn</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.digital-transition.com/archives/2006/starting-clean-with-css/</guid>
		<description><![CDATA[When working on a new site, the difference between browsers became clear again. This time I&#8217;m not talking about bugs that occur on one version or the other, but the defaults each browser has. Every browser, be it IE, Firefox, Opera or other&#8230; has its own defaults, especially borders, margins, paddings and font-sizes. Because of [...]]]></description>
		<wfw:commentRss>http://www.digital-transition.com/archives/2006/starting-clean-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bad Design</title>
		<link>http://www.digital-transition.com/archives/2006/bad-design/</link>
		<comments>http://www.digital-transition.com/archives/2006/bad-design/#comments</comments>
		<pubDate>Wed, 09 Aug 2006 09:31:07 +0000</pubDate>
		<dc:creator>Benjamin Surkyn</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.digital-transition.com/archives/2006/bad-design/</guid>
		<description><![CDATA[Funny comic: Everything is Design.]]></description>
		<wfw:commentRss>http://www.digital-transition.com/archives/2006/bad-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS posibilities</title>
		<link>http://www.digital-transition.com/archives/2005/css-posibilities/</link>
		<comments>http://www.digital-transition.com/archives/2005/css-posibilities/#comments</comments>
		<pubDate>Sat, 14 May 2005 20:12:58 +0000</pubDate>
		<dc:creator>Benjamin Surkyn</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.digital-transition.com/archives/2005/css-posibilities/</guid>
		<description><![CDATA[We all know that CSS is powerfull and that a lot of nice designs can be created with it. But have a look at this Windows XP CSS Desktop. All CSS!]]></description>
		<wfw:commentRss>http://www.digital-transition.com/archives/2005/css-posibilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Repeating background from an indent</title>
		<link>http://www.digital-transition.com/archives/2004/repeating-background-from-an-indent/</link>
		<comments>http://www.digital-transition.com/archives/2004/repeating-background-from-an-indent/#comments</comments>
		<pubDate>Wed, 03 Nov 2004 15:05:46 +0000</pubDate>
		<dc:creator>Benjamin Surkyn</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.digital-transition.com/?p=148</guid>
		<description><![CDATA[I&#8217;ve seen to have come across a CSS error, which I haven&#8217;t read about before and that seems to be the case in all browsers (IE/Win, Firefox, Opera). First a little background. When you have a typical two-column layout website, with a menu on the left and you want the background of that menu to [...]]]></description>
		<wfw:commentRss>http://www.digital-transition.com/archives/2004/repeating-background-from-an-indent/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Three column layout, without tables</title>
		<link>http://www.digital-transition.com/archives/2004/three-column-layout-without-tables/</link>
		<comments>http://www.digital-transition.com/archives/2004/three-column-layout-without-tables/#comments</comments>
		<pubDate>Tue, 05 Oct 2004 17:49:41 +0000</pubDate>
		<dc:creator>Benjamin Surkyn</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.digital-transition.com/?p=141</guid>
		<description><![CDATA[Pages need to contain more and more data and screenresolutins become bigger and bigger, giving the space, webpages need. As a result a lot of websites with a three column layout are showing up (well, actually they exist for a long time already, but they show up more). Here is a way to create those [...]]]></description>
		<wfw:commentRss>http://www.digital-transition.com/archives/2004/three-column-layout-without-tables/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Min-height</title>
		<link>http://www.digital-transition.com/archives/2004/min-height/</link>
		<comments>http://www.digital-transition.com/archives/2004/min-height/#comments</comments>
		<pubDate>Sun, 19 Sep 2004 09:55:32 +0000</pubDate>
		<dc:creator>Benjamin Surkyn</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.digital-transition.com/?p=137</guid>
		<description><![CDATA[The min-height CSS 2 property it a nice thing to use, unfortunately it doesn&#8217;t work in IE/Win. Dave from Mezzoblue has come up with a min-height fix. I do have some thoughts about it. The fix is a workarround, not only for IE but for Firefox and Opera as well. Those browsers do support the [...]]]></description>
		<wfw:commentRss>http://www.digital-transition.com/archives/2004/min-height/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

