<rss version="2.0">
		<channel>
			<title>SkillShare Forum - CSS Beauty - Help with website!!!</title>
			<lastBuildDate>Thu, 23 May 2013 05:31:37 -0400</lastBuildDate>
			<link>http://cssbeauty.com/skillshare/</link>
			<description></description>
			<generator>Lussumo Vanilla 1.1.9</generator>
			<item>
		<title>Help with website!!!</title>
		<link>http://cssbeauty.com/skillshare/discussion/510/?Focus=3359#Comment_3359</link>
		<guid isPermaLink="false">http://cssbeauty.com/skillshare/discussion/510/?Focus=3359#Comment_3359</guid>
		<pubDate>Thu, 20 Apr 2006 10:42:24 -0400</pubDate>
		<author>technophobe</author>
		<description>
			<![CDATA[Attached is a website I'm doing work on.<br /><br /><a href="http://homepage.eircom.net/~webpage16/" target="_blank" rel="nofollow">http://homepage.eircom.net/~webpage16/</a><br /><br />As you can see my left side navigation is a bit of a mess. I'm fairly new to css and am hoping for some assistance if possible. I put the navigation into a table and then tried to get another menu extending out beside the other when the first one is hovered over. Then I switched the visibilty to hidden for the submenu when it's not being hovered over.<br /><br />The css is in the head of the html if you get a chance to look at this.<br /><br />I'd apprecitae help on structure both the menu and the page in a more professional way as it's a bit of a mess at the moment.<br /><br />Thanks for your help.<br /><br />I appreciate it.]]>
		</description>
	</item>
	<item>
		<title>Help with website!!!</title>
		<link>http://cssbeauty.com/skillshare/discussion/510/?Focus=3372#Comment_3372</link>
		<guid isPermaLink="false">http://cssbeauty.com/skillshare/discussion/510/?Focus=3372#Comment_3372</guid>
		<pubDate>Thu, 20 Apr 2006 23:38:29 -0400</pubDate>
		<author>mahfiaz</author>
		<description>
			<![CDATA[try this, just made it for you, no javascript, plain css, not sure works everywhere, but my firefox rendered alright<br /><br />&lt;style&gt;<br />#cr{<br />width:60px;height:30px;<br />}<br />.alwaysvisible{background:gray; }<br />#cr .hovervisible{<br />display:none;<br />position:absolute;<br />padding-left:40px;<br />}<br />#cr:hover .hovervisible{<br />display:block;<br />}<br />&lt;/style&gt;<br />&lt;div id="cr"&gt;<br />&lt;div class="alwaysvisible"&gt;Hello&lt;/div&gt;<br />&lt;div id="cr" class="hovervisible"&gt;<br />&lt;div style="background:yellow;"&gt;<br />There are some more&lt;br&gt; options available&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;/div&gt;]]>
		</description>
	</item>
	
		</channel>
	</rss>