<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Topic: CSS  sticky header for Oxygen theme</title>
		<link>http://en.forums.wordpress.com/topic/css-sticky-header-for-oxygen-theme</link>
		<description>WordPress.com Forums &#187; Topic: CSS  sticky header for Oxygen theme</description>
		<language>en</language>
		<pubDate>Thu, 23 May 2013 03:22:10 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/css-sticky-header-for-oxygen-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>houstonweaver on "CSS  sticky header for Oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/css-sticky-header-for-oxygen-theme#post-1096883</link>
			<pubDate>Mon, 17 Dec 2012 04:13:58 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1096883@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you for sharing how you did it. Pretty cool.
</p>
]]></description>
					</item>
		<item>
			<title>mycarta on "CSS  sticky header for Oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/css-sticky-header-for-oxygen-theme#post-1096612</link>
			<pubDate>Sun, 16 Dec 2012 20:36:21 +0000</pubDate>
			<dc:creator>mycarta</dc:creator>
			<guid isPermaLink="false">1096612@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I managed to get it all done.<br />
I wrote about it and shared the CSS code directly on the blog for anyone interested.<br />
<a href="http://mycarta.wordpress.com/2012/12/16/mycarta-blog-facelift-wordpress-com-oxygen-theme-customised-with-css/" rel="nofollow">http://mycarta.wordpress.com/2012/12/16/mycarta-blog-facelift-wordpress-com-oxygen-theme-customised-with-css/</a>
</p>
]]></description>
					</item>
		<item>
			<title>mycarta on "CSS  sticky header for Oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/css-sticky-header-for-oxygen-theme#post-1092161</link>
			<pubDate>Tue, 11 Dec 2012 13:07:35 +0000</pubDate>
			<dc:creator>mycarta</dc:creator>
			<guid isPermaLink="false">1092161@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Adding an example:</p>
<p>something like the header menu of this site:<br />
<a href="http://davidchambersdesign.com/css-fixed-position-headers/" rel="nofollow">http://davidchambersdesign.com/css-fixed-position-headers/</a></p>
<p>Or, in wordpress.com world, the fixed sidebar menu in the Oulipo theme:<br />
<a href="http://oulipodemo.wordpress.com/" rel="nofollow">http://oulipodemo.wordpress.com/</a></p>
<p>I am trying to fix both header and the secondary menu black box, but on the latter I can live without if it's too complicated.</p>
<p>Thanks
</p>
]]></description>
					</item>
		<item>
			<title>mycarta on "CSS  sticky header for Oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/css-sticky-header-for-oxygen-theme#post-1090708</link>
			<pubDate>Sun, 09 Dec 2012 18:02:31 +0000</pubDate>
			<dc:creator>mycarta</dc:creator>
			<guid isPermaLink="false">1090708@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I managed to get a sticky header with some experimenting using this bit of code<br />
<pre><code>/* Header
----------------------------------------------- */
#masthead {
	clear: both;
	padding: 60px 0 0;
	width: 100%;
	position: fixed;
	z-index: 200;
	background-color: #fff;
}

#main {
	margin-top: -35px;
}</code></pre>
<p>It seems to work well. Can anyone suggest a way to start the content down so it is not hidden by it?<br />
More difficult: How can I make the black box of secondary menu also sticky?<br />
Thank you
</p>
]]></description>
					</item>

	</channel>
</rss>
