<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: CSS Sliding Doors Gone Wild</title>
	<atom:link href="http://valendesigns.com/tutorials/css-sliding-doors-gone-wild/feed/" rel="self" type="application/rss+xml" />
	<link>http://valendesigns.com/tutorials/css-sliding-doors-gone-wild/</link>
	<description>Build Market Empower</description>
	<lastBuildDate>Wed, 29 Feb 2012 03:15:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Waves of Technology &#124; 15 Tutorials on Creating CSS Navigaton Menus with Sliding Doors Effect</title>
		<link>http://valendesigns.com/tutorials/css-sliding-doors-gone-wild/#comment-847</link>
		<dc:creator>Waves of Technology &#124; 15 Tutorials on Creating CSS Navigaton Menus with Sliding Doors Effect</dc:creator>
		<pubDate>Wed, 29 Feb 2012 03:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://valendesigns.com/?p=41#comment-847</guid>
		<description>[...] CSS Sliding Doors Gone Wild [...]</description>
		<content:encoded><![CDATA[<p>[...] CSS Sliding Doors Gone Wild [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 15个滑动门效果CSS导航菜单实例教程 &#124; TechTrack- 科技追踪</title>
		<link>http://valendesigns.com/tutorials/css-sliding-doors-gone-wild/#comment-645</link>
		<dc:creator>15个滑动门效果CSS导航菜单实例教程 &#124; TechTrack- 科技追踪</dc:creator>
		<pubDate>Mon, 01 Mar 2010 14:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://valendesigns.com/?p=41#comment-645</guid>
		<description>[...] CSS Sliding Doors Gone Wild [...]</description>
		<content:encoded><![CDATA[<p>[...] CSS Sliding Doors Gone Wild [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 15个滑动门效果CSS导航菜单实例教程 - 菠菜博</title>
		<link>http://valendesigns.com/tutorials/css-sliding-doors-gone-wild/#comment-642</link>
		<dc:creator>15个滑动门效果CSS导航菜单实例教程 - 菠菜博</dc:creator>
		<pubDate>Wed, 10 Feb 2010 17:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://valendesigns.com/?p=41#comment-642</guid>
		<description>[...] CSS Sliding Doors Gone Wild [...]</description>
		<content:encoded><![CDATA[<p>[...] CSS Sliding Doors Gone Wild [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://valendesigns.com/tutorials/css-sliding-doors-gone-wild/#comment-256</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Fri, 12 Jun 2009 00:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://valendesigns.com/?p=41#comment-256</guid>
		<description>WOW this is very helpful! Great tutorial! Thanks for the post!</description>
		<content:encoded><![CDATA[<p>WOW this is very helpful! Great tutorial! Thanks for the post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://valendesigns.com/tutorials/css-sliding-doors-gone-wild/#comment-9</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 12 Nov 2008 17:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://valendesigns.com/?p=41#comment-9</guid>
		<description>great post thanks... I&#039;m on a heavy deadline and was having trouble with the nav... This works great!</description>
		<content:encoded><![CDATA[<p>great post thanks&#8230; I&#8217;m on a heavy deadline and was having trouble with the nav&#8230; This works great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Herman</title>
		<link>http://valendesigns.com/tutorials/css-sliding-doors-gone-wild/#comment-8</link>
		<dc:creator>Derek Herman</dc:creator>
		<pubDate>Thu, 16 Oct 2008 10:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://valendesigns.com/?p=41#comment-8</guid>
		<description>Always glad to help.</description>
		<content:encoded><![CDATA[<p>Always glad to help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://valendesigns.com/tutorials/css-sliding-doors-gone-wild/#comment-7</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 16 Oct 2008 10:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://valendesigns.com/?p=41#comment-7</guid>
		<description>great post thanks!</description>
		<content:encoded><![CDATA[<p>great post thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Herman</title>
		<link>http://valendesigns.com/tutorials/css-sliding-doors-gone-wild/#comment-6</link>
		<dc:creator>Derek Herman</dc:creator>
		<pubDate>Mon, 11 Aug 2008 22:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://valendesigns.com/?p=41#comment-6</guid>
		<description>Above I wrote &quot;this markup and CSS is designed for the Wordpress CMS&quot; which is partly true. What I mean is that in some cases where there is no active tab (archive page) the navigation will shift one pixel down. If you plan to use this type of navigation there are two approaches that will fix this issue. One is an alternative is to add a class &lt;code&gt;.shift&lt;/code&gt; to the navigation on those pages like:

&lt;code&gt;
#navigation.shift li a {
	border-bottom: 1px solid colorOfBorder;
}
#navigation.shift li:hover a, #navigation.shift li.ieHover a {
	border-bottom: none;
}
&lt;/code&gt;

OR

Remove the one pixel at the bottom of the navigation all together. However, using this technique will make it so you can fully blend the navigation with the color below it. We use the first option on this site. The navigation for Valen Designs is virtually identically to the code you get in the zip file above but missing the no active state fix. In later version we will fix the issue until then you can add the CSS above and if you have a question as to how to implement it feel free to ask.</description>
		<content:encoded><![CDATA[<p>Above I wrote &#8220;this markup and CSS is designed for the Wordpress CMS&#8221; which is partly true. What I mean is that in some cases where there is no active tab (archive page) the navigation will shift one pixel down. If you plan to use this type of navigation there are two approaches that will fix this issue. One is an alternative is to add a class <code>.shift</code> to the navigation on those pages like:</p>
<p><code><br />
#navigation.shift li a {<br />
	border-bottom: 1px solid colorOfBorder;<br />
}<br />
#navigation.shift li:hover a, #navigation.shift li.ieHover a {<br />
	border-bottom: none;<br />
}<br />
</code></p>
<p>OR</p>
<p>Remove the one pixel at the bottom of the navigation all together. However, using this technique will make it so you can fully blend the navigation with the color below it. We use the first option on this site. The navigation for Valen Designs is virtually identically to the code you get in the zip file above but missing the no active state fix. In later version we will fix the issue until then you can add the CSS above and if you have a question as to how to implement it feel free to ask.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

