<?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"
	>
<channel>
	<title>Comments on: Five Free CSS Sliding Door Tab Menus</title>
	<atom:link href="http://www.blog.spoongraphics.co.uk/freebies/five-free-css-sliding-door-tab-menus/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blog.spoongraphics.co.uk/freebies/five-free-css-sliding-door-tab-menus</link>
	<description>Design Tutorials and Free Vector Downloads</description>
	<pubDate>Mon, 06 Oct 2008 15:21:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: cornwall web design</title>
		<link>http://www.blog.spoongraphics.co.uk/freebies/five-free-css-sliding-door-tab-menus#comment-22133</link>
		<dc:creator>cornwall web design</dc:creator>
		<pubDate>Mon, 15 Sep 2008 21:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.spoongraphics.co.uk/?p=1062#comment-22133</guid>
		<description>excellent resource, cheers! sliding doors rocks! 
extra spans for ie6 are a pain but looks like we're stuck with the extra markup for a while yet..booooo

thanks again</description>
		<content:encoded><![CDATA[<p>excellent resource, cheers! sliding doors rocks!<br />
extra spans for ie6 are a pain but looks like we&#8217;re stuck with the extra markup for a while yet..booooo</p>
<p>thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sundown</title>
		<link>http://www.blog.spoongraphics.co.uk/freebies/five-free-css-sliding-door-tab-menus#comment-22128</link>
		<dc:creator>sundown</dc:creator>
		<pubDate>Mon, 15 Sep 2008 17:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.spoongraphics.co.uk/?p=1062#comment-22128</guid>
		<description>@Patrick
thanks a lot, I got it and it works :)

but one thing I still do not understand is how you got the value of the width (520px) and why it is necessary to indicate the width at all. Without the width the whole nav floats back to the left...but why does this happen although the left and right margin is to set 'auto'?</description>
		<content:encoded><![CDATA[<p>@Patrick<br />
thanks a lot, I got it and it works <img src='http://www.blog.spoongraphics.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>but one thing I still do not understand is how you got the value of the width (520px) and why it is necessary to indicate the width at all. Without the width the whole nav floats back to the left&#8230;but why does this happen although the left and right margin is to set &#8216;auto&#8217;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 30 Websites to follow if you’re into Web Development : NguyenVanChieu</title>
		<link>http://www.blog.spoongraphics.co.uk/freebies/five-free-css-sliding-door-tab-menus#comment-22106</link>
		<dc:creator>30 Websites to follow if you’re into Web Development : NguyenVanChieu</dc:creator>
		<pubDate>Sun, 14 Sep 2008 14:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.spoongraphics.co.uk/?p=1062#comment-22106</guid>
		<description>[...] You can find many tutorials on Adobe Illustrator and Photoshop, free, downloadable resources like “Sliding Door” tab menus, articles for inspiration, and [...]</description>
		<content:encoded><![CDATA[<p>[...] You can find many tutorials on Adobe Illustrator and Photoshop, free, downloadable resources like “Sliding Door” tab menus, articles for inspiration, and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Moore</title>
		<link>http://www.blog.spoongraphics.co.uk/freebies/five-free-css-sliding-door-tab-menus#comment-22068</link>
		<dc:creator>Patrick Moore</dc:creator>
		<pubDate>Fri, 12 Sep 2008 20:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.spoongraphics.co.uk/?p=1062#comment-22068</guid>
		<description>Of course.  Using the "Black" template, the code is below.  You'll need to specify a width property for the div to center, so change "520px" to the appropriate width after you've made changes to the menu names.


* {
	margin: 0;
	padding: 0;
}

body {
	margin: 30px;
	text-align:center; /* THIS WAS ADDED */
}

/* THIS WAD ADDED */
#navbar { margin:0px auto; width:520px; }

#navbar ul li {
	display: inline; /* Fix IE Step Down */
}</description>
		<content:encoded><![CDATA[<p>Of course.  Using the &#8220;Black&#8221; template, the code is below.  You&#8217;ll need to specify a width property for the div to center, so change &#8220;520px&#8221; to the appropriate width after you&#8217;ve made changes to the menu names.</p>
<p>* {<br />
	margin: 0;<br />
	padding: 0;<br />
}</p>
<p>body {<br />
	margin: 30px;<br />
	text-align:center; /* THIS WAS ADDED */<br />
}</p>
<p>/* THIS WAD ADDED */<br />
#navbar { margin:0px auto; width:520px; }</p>
<p>#navbar ul li {<br />
	display: inline; /* Fix IE Step Down */<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sundown</title>
		<link>http://www.blog.spoongraphics.co.uk/freebies/five-free-css-sliding-door-tab-menus#comment-22067</link>
		<dc:creator>sundown</dc:creator>
		<pubDate>Fri, 12 Sep 2008 19:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.spoongraphics.co.uk/?p=1062#comment-22067</guid>
		<description>@Patrick
thanks, but where exactly do I have do insert 
margin:0px auto;
text-align:center;  
I tried several posibilities, but I am not a css pro, rather a beginner. So could you post the adapted code?</description>
		<content:encoded><![CDATA[<p>@Patrick<br />
thanks, but where exactly do I have do insert<br />
margin:0px auto;<br />
text-align:center;<br />
I tried several posibilities, but I am not a css pro, rather a beginner. So could you post the adapted code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Moore</title>
		<link>http://www.blog.spoongraphics.co.uk/freebies/five-free-css-sliding-door-tab-menus#comment-22060</link>
		<dc:creator>Patrick Moore</dc:creator>
		<pubDate>Fri, 12 Sep 2008 16:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.spoongraphics.co.uk/?p=1062#comment-22060</guid>
		<description>@sundown:

Add margin:0px auto; to the #navbar div, and set text-align:center; for body (or container div).</description>
		<content:encoded><![CDATA[<p>@sundown:</p>
<p>Add margin:0px auto; to the #navbar div, and set text-align:center; for body (or container div).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sundown</title>
		<link>http://www.blog.spoongraphics.co.uk/freebies/five-free-css-sliding-door-tab-menus#comment-21455</link>
		<dc:creator>sundown</dc:creator>
		<pubDate>Sun, 31 Aug 2008 02:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.spoongraphics.co.uk/?p=1062#comment-21455</guid>
		<description>How do you center the menu?</description>
		<content:encoded><![CDATA[<p>How do you center the menu?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: web-d</title>
		<link>http://www.blog.spoongraphics.co.uk/freebies/five-free-css-sliding-door-tab-menus#comment-21443</link>
		<dc:creator>web-d</dc:creator>
		<pubDate>Sat, 30 Aug 2008 14:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.spoongraphics.co.uk/?p=1062#comment-21443</guid>
		<description>awsome!
glad i found it..</description>
		<content:encoded><![CDATA[<p>awsome!<br />
glad i found it..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YuWeb Blog&#160;&#187;&#160; Freebies: Besplatne stvari ne samo za Webdizajnere</title>
		<link>http://www.blog.spoongraphics.co.uk/freebies/five-free-css-sliding-door-tab-menus#comment-21421</link>
		<dc:creator>YuWeb Blog&#160;&#187;&#160; Freebies: Besplatne stvari ne samo za Webdizajnere</dc:creator>
		<pubDate>Fri, 29 Aug 2008 12:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.spoongraphics.co.uk/?p=1062#comment-21421</guid>
		<description>[...] Five Free CSS Sliding Door Tab Menus Jedan horizontalni CSS Meni u 5 Varijante [...]</description>
		<content:encoded><![CDATA[<p>[...] Five Free CSS Sliding Door Tab Menus Jedan horizontalni CSS Meni u 5 Varijante [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 30 Websites to follow if you’re into Web Development &#171; Jonsunhee&#8217;s Weblog</title>
		<link>http://www.blog.spoongraphics.co.uk/freebies/five-free-css-sliding-door-tab-menus#comment-21415</link>
		<dc:creator>30 Websites to follow if you’re into Web Development &#171; Jonsunhee&#8217;s Weblog</dc:creator>
		<pubDate>Fri, 29 Aug 2008 08:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.spoongraphics.co.uk/?p=1062#comment-21415</guid>
		<description>[...] You can find many tutorials on Adobe Illustrator and Photoshop, free, downloadable resources like “Sliding Door” tab menus, articles for inspiration, and [...]</description>
		<content:encoded><![CDATA[<p>[...] You can find many tutorials on Adobe Illustrator and Photoshop, free, downloadable resources like “Sliding Door” tab menus, articles for inspiration, and [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
