<?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; User Favorites: houstonweaver</title>
		<link>http://en.forums.wordpress.com/profile/</link>
		<description>WordPress.com Forums &#187; User Favorites: houstonweaver</description>
		<language>en</language>
		<pubDate>Fri, 24 May 2013 07:35:17 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>notchangingmyname on "Making a menu that doesn&#039;t move"</title>
			<link>http://en.forums.wordpress.com/topic/making-a-menu-that-doesnt-move#post-979667</link>
			<pubDate>Fri, 17 Aug 2012 19:19:00 +0000</pubDate>
			<dc:creator>notchangingmyname</dc:creator>
			<guid isPermaLink="false">979667@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>:-) thank you so much for your help
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Making a menu that doesn&#039;t move"</title>
			<link>http://en.forums.wordpress.com/topic/making-a-menu-that-doesnt-move#post-979611</link>
			<pubDate>Fri, 17 Aug 2012 18:34:15 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">979611@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Adding "width:100%;" is correct; you need this as well:<br />
left:0;</p>
<p>You'll also need something like this, so that the menu items won't start where the browser window starts:<br />
<pre><code>#access .menu-header, div.menu {
margin: auto;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>notchangingmyname on "Making a menu that doesn&#039;t move"</title>
			<link>http://en.forums.wordpress.com/topic/making-a-menu-that-doesnt-move#post-979457</link>
			<pubDate>Fri, 17 Aug 2012 15:56:21 +0000</pubDate>
			<dc:creator>notchangingmyname</dc:creator>
			<guid isPermaLink="false">979457@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>PS - I added the code "width:100%;" to my menu, so now it stretches to the right, but there's still a gap on the left.
</p>
]]></description>
					</item>
		<item>
			<title>notchangingmyname on "Making a menu that doesn&#039;t move"</title>
			<link>http://en.forums.wordpress.com/topic/making-a-menu-that-doesnt-move#post-979437</link>
			<pubDate>Fri, 17 Aug 2012 15:33:18 +0000</pubDate>
			<dc:creator>notchangingmyname</dc:creator>
			<guid isPermaLink="false">979437@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are awesome. But I already switched to the Twentyten theme. And with your code I fixed the menu to the bottom...smh lol...one more question, since you're around, how can I make the black color of the menu extend all the way across? Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Making a menu that doesn&#039;t move"</title>
			<link>http://en.forums.wordpress.com/topic/making-a-menu-that-doesnt-move#post-979412</link>
			<pubDate>Fri, 17 Aug 2012 15:16:55 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">979412@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>1) You can't use CSS editing to turn full posts to excerpts on archive pages. I mean, you can limit the post content to a fixed height and hide the rest of the content, but you cannot create read-more links: functions such as this are defined in the underlying files of the theme, which we cannot access. So you can create excerpts of sorts but not <em>decent</em> excerpts. You need one of the themes that displays auto excerpts by default or one of the themes that supports custom excerpts.<br />
2) If, on the other hand, you'd settle for <em>titles</em> only instead of titles plus excerpts, that's possible. Try this (in Vintage Camera):<br />
<pre><code>.archive .entry-content {
	display:none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>notchangingmyname on "Making a menu that doesn&#039;t move"</title>
			<link>http://en.forums.wordpress.com/topic/making-a-menu-that-doesnt-move#post-979338</link>
			<pubDate>Fri, 17 Aug 2012 13:57:03 +0000</pubDate>
			<dc:creator>notchangingmyname</dc:creator>
			<guid isPermaLink="false">979338@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>lmaooo thanks justpi!</p>
<p>One more thing...I had already asked this in the CSS fourm, but now I'd like some verification from someone who actually knows CSS...is it possible to use CSS to change the way the archives are presented? Right now, when you click on my archives you see the entire posts, and I would like it just to be excerpts. Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Making a menu that doesn&#039;t move"</title>
			<link>http://en.forums.wordpress.com/topic/making-a-menu-that-doesnt-move#post-978991</link>
			<pubDate>Fri, 17 Aug 2012 01:12:12 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">978991@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome. Next few days I won't be around much, so I'll give you the basics here. Basics is this:<br />
<pre><code>MENU SELECTOR HERE {
position:fixed;
bottom:0;
}</code></pre>
<p>The menu selector varies from theme to theme (if I take as an example the two themes TT mentioned in her unbelievable reply, in 2011 the selector is <em>#access</em> and in Sundance it's <em>.main-navigation</em>). Also, in many themes you'll need additional rules to modify the horizontal positioning and the styling of the menu (for instance add a bg color and/or a border).
</p>
]]></description>
					</item>
		<item>
			<title>notchangingmyname on "Making a menu that doesn&#039;t move"</title>
			<link>http://en.forums.wordpress.com/topic/making-a-menu-that-doesnt-move#post-978960</link>
			<pubDate>Thu, 16 Aug 2012 23:58:35 +0000</pubDate>
			<dc:creator>notchangingmyname</dc:creator>
			<guid isPermaLink="false">978960@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>lol Thanks justpi! I'll be looking for your reply when I post my "how do I fix the menu to the bottom of the browser window" question in the next few days! :-)
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Making a menu that doesn&#039;t move"</title>
			<link>http://en.forums.wordpress.com/topic/making-a-menu-that-doesnt-move#post-978927</link>
			<pubDate>Thu, 16 Aug 2012 22:34:00 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">978927@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you for the correction.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Making a menu that doesn&#039;t move"</title>
			<link>http://en.forums.wordpress.com/topic/making-a-menu-that-doesnt-move#post-978925</link>
			<pubDate>Thu, 16 Aug 2012 22:33:11 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">978925@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@notchangingmyname: Timethief doesn't know CSS. Fixing the menu to the bottom of the browser window as in Vintage Camera is possible in any theme.
</p>
]]></description>
					</item>
		<item>
			<title>notchangingmyname on "Making a menu that doesn&#039;t move"</title>
			<link>http://en.forums.wordpress.com/topic/making-a-menu-that-doesnt-move#post-978918</link>
			<pubDate>Thu, 16 Aug 2012 22:14:58 +0000</pubDate>
			<dc:creator>notchangingmyname</dc:creator>
			<guid isPermaLink="false">978918@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You right, the site I linked was just an example. </p>
<p>But since the free WordPress theme that I'm currently using, Vintage Camera, DOES allow for the custom menu that is always visible regardless of where you are on a page, I was hoping that it was something that could be achieved with CSS. But I guess you're saying it can't...that sucks, but thanks anyway for the info.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Making a menu that doesn&#039;t move"</title>
			<link>http://en.forums.wordpress.com/topic/making-a-menu-that-doesnt-move#post-978903</link>
			<pubDate>Thu, 16 Aug 2012 21:54:49 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">978903@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The site you posted the link to is not a free hosted wordpress.com blog. You can't use CSS editing to edit the way any wordpress.com theme is designed to function.</p>
<p> Click my username please and note the custom menu on the top of my blog remains exactly where it is on the Twenty Eleven theme. Then click this link to <a href="http://thistimethisspace.com">my personal blog</a> wearing a different theme Sundance and note that the custom menu on the top of that blog stays where it is as well.
</p>
]]></description>
					</item>
		<item>
			<title>notchangingmyname on "Making a menu that doesn&#039;t move"</title>
			<link>http://en.forums.wordpress.com/topic/making-a-menu-that-doesnt-move#post-978900</link>
			<pubDate>Thu, 16 Aug 2012 21:49:56 +0000</pubDate>
			<dc:creator>notchangingmyname</dc:creator>
			<guid isPermaLink="false">978900@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi timethief,</p>
<p>Lol it may not actually be called a sticky menu, but if you go to my site right now you will see that the menu bar on the bottom doesn't move while you scroll. THAT is the effect that I am looking to achieve with CSS. I'd like to know if it's possible.</p>
<p>Thanks
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Making a menu that doesn&#039;t move"</title>
			<link>http://en.forums.wordpress.com/topic/making-a-menu-that-doesnt-move#post-978879</link>
			<pubDate>Thu, 16 Aug 2012 21:24:43 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">978879@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>These are themes with custom menus &#62;  <a href="http://theme.wordpress.com/themes/features/custom-menu/" rel="nofollow">http://theme.wordpress.com/themes/features/custom-menu/</a>
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Making a menu that doesn&#039;t move"</title>
			<link>http://en.forums.wordpress.com/topic/making-a-menu-that-doesnt-move#post-978878</link>
			<pubDate>Thu, 16 Aug 2012 21:23:17 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">978878@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>There is no such thing as a "sticky menu".
</p>
]]></description>
					</item>
		<item>
			<title>notchangingmyname on "Making a menu that doesn&#039;t move"</title>
			<link>http://en.forums.wordpress.com/topic/making-a-menu-that-doesnt-move#post-978874</link>
			<pubDate>Thu, 16 Aug 2012 21:18:29 +0000</pubDate>
			<dc:creator>notchangingmyname</dc:creator>
			<guid isPermaLink="false">978874@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>So, the reason I really liked the Vintage Camera theme was because the menu on the bottom stays static even while you're scrolling. Love that. Reminds me of frames. But there are some other things I don't like about the theme, so I'm going to switch to a different theme over the weekend.</p>
<p>My question is, is the "sticky" menu possible in ANY theme provided that you write the correct css?</p>
<p>The link below is another example of a menu that stays put while you're scrolling, this time on the top. </p>
<p><a href="http://cupcakesandcashmere.com/" rel="nofollow">http://cupcakesandcashmere.com/</a></p>
<p>I would really love to add something like that to my blog. I figured let me ask you guys now, before I choose a theme.</p>
<p>Thanks!
</p>
]]></description>
					</item>

	</channel>
</rss>
