<?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: Show/Hide Content with CSS and JavaScript</title> <atom:link href="http://www.cssnewbie.com/showhide-content-css-javascript/feed/" rel="self" type="application/rss+xml" /><link>http://www.cssnewbie.com/showhide-content-css-javascript/</link> <description>Web Development Tutorials, Tips &#38; Techniques</description> <lastBuildDate>Tue, 07 Feb 2012 11:23:26 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>By: jeya</title><link>http://www.cssnewbie.com/showhide-content-css-javascript/comment-page-2/#comment-13868</link> <dc:creator>jeya</dc:creator> <pubDate>Thu, 01 Dec 2011 06:23:51 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=112#comment-13868</guid> <description>Hi,Thanks for your code.. it was awesome....</description> <content:encoded><![CDATA[<p>Hi,</p><p>Thanks for your code.. it was awesome&#8230;.</p> ]]></content:encoded> </item> <item><title>By: HostMonster Coupon</title><link>http://www.cssnewbie.com/showhide-content-css-javascript/comment-page-2/#comment-13847</link> <dc:creator>HostMonster Coupon</dc:creator> <pubDate>Thu, 10 Nov 2011 16:58:42 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=112#comment-13847</guid> <description>What did you use to design your blog? It&#039;s really awesome can you send me an email and let me know?</description> <content:encoded><![CDATA[<p>What did you use to design your blog? It&#8217;s really awesome can you send me an email and let me know?</p> ]]></content:encoded> </item> <item><title>By: Amber</title><link>http://www.cssnewbie.com/showhide-content-css-javascript/comment-page-2/#comment-13665</link> <dc:creator>Amber</dc:creator> <pubDate>Wed, 09 Nov 2011 23:13:54 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=112#comment-13665</guid> <description>Thank you so much. This has been so very helpful. I don&#039;t actually know how to write code but can edit it well enough to make it work if I have a starting point. I was hoping to have sub-menus hidden too, and though my mind is completely warped now, I was able to modify this to do sub-items too, so there were hidden items to show within each hidden item. Thanks so much!!! You are awesome!</description> <content:encoded><![CDATA[<p>Thank you so much. This has been so very helpful. I don&#8217;t actually know how to write code but can edit it well enough to make it work if I have a starting point. I was hoping to have sub-menus hidden too, and though my mind is completely warped now, I was able to modify this to do sub-items too, so there were hidden items to show within each hidden item. Thanks so much!!! You are awesome!</p> ]]></content:encoded> </item> <item><title>By: Jasmine</title><link>http://www.cssnewbie.com/showhide-content-css-javascript/comment-page-2/#comment-13651</link> <dc:creator>Jasmine</dc:creator> <pubDate>Thu, 03 Nov 2011 09:38:58 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=112#comment-13651</guid> <description>Wow, great tips. I am designing a page, where I need to hide a button by default, and only displays it when user enters something in a text box. I am using part of your code here. Thanks!</description> <content:encoded><![CDATA[<p>Wow, great tips. I am designing a page, where I need to hide a button by default, and only displays it when user enters something in a text box. I am using part of your code here. Thanks!</p> ]]></content:encoded> </item> <item><title>By: Andrew</title><link>http://www.cssnewbie.com/showhide-content-css-javascript/comment-page-2/#comment-13645</link> <dc:creator>Andrew</dc:creator> <pubDate>Sat, 29 Oct 2011 23:36:36 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=112#comment-13645</guid> <description>Thank Rob that fixed it.Strangely enough I had copied the code from the example above which did contain:.more {	display: none;but I had to take the space out next to &quot;none&quot; for it to work:.more {
display:none;Thanks again ;&gt;)</description> <content:encoded><![CDATA[<p>Thank Rob that fixed it.</p><p>Strangely enough I had copied the code from the example above which did contain:</p><p>.more {	display: none;</p><p>but I had to take the space out next to &#8220;none&#8221; for it to work:</p><p>.more {<br
/> display:none;</p><p>Thanks again ;&gt;)</p> ]]></content:encoded> </item> <item><title>By: Rob Glazebrook</title><link>http://www.cssnewbie.com/showhide-content-css-javascript/comment-page-2/#comment-13642</link> <dc:creator>Rob Glazebrook</dc:creator> <pubDate>Fri, 28 Oct 2011 13:05:57 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=112#comment-13642</guid> <description>Hi Andrew, it looks like you&#039;re missing the one critical line of CSS: the &quot;display: none&quot; rule on the .more class. This is what hides the additional content by default. Once you add that, everything should be great!</description> <content:encoded><![CDATA[<p>Hi Andrew, it looks like you&#8217;re missing the one critical line of CSS: the &#8220;display: none&#8221; rule on the .more class. This is what hides the additional content by default. Once you add that, everything should be great!</p> ]]></content:encoded> </item> <item><title>By: Andrew</title><link>http://www.cssnewbie.com/showhide-content-css-javascript/comment-page-2/#comment-13641</link> <dc:creator>Andrew</dc:creator> <pubDate>Fri, 28 Oct 2011 05:38:27 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=112#comment-13641</guid> <description>Hi,I have implement the code on this page www.chatswoodpilates.com.au/about but for some reason it is always expanded by default and shows the full page text.Click Show less info at the bottom works so not sure why this would not.Any help would be appreciated.</description> <content:encoded><![CDATA[<p>Hi,</p><p>I have implement the code on this page <a
href="http://www.chatswoodpilates.com.au/about" rel="nofollow">http://www.chatswoodpilates.com.au/about</a> but for some reason it is always expanded by default and shows the full page text.</p><p>Click Show less info at the bottom works so not sure why this would not.</p><p>Any help would be appreciated.</p> ]]></content:encoded> </item> <item><title>By: Stephen</title><link>http://www.cssnewbie.com/showhide-content-css-javascript/comment-page-2/#comment-13635</link> <dc:creator>Stephen</dc:creator> <pubDate>Sun, 23 Oct 2011 11:33:53 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=112#comment-13635</guid> <description>Hi,Great article and it is working great. However I am trying to make a modification where the content is shown by default and the user then has the option of hiding it.Any ideas?Steve</description> <content:encoded><![CDATA[<p>Hi,</p><p>Great article and it is working great. However I am trying to make a modification where the content is shown by default and the user then has the option of hiding it.</p><p>Any ideas?</p><p>Steve</p> ]]></content:encoded> </item> <item><title>By: Dimos Novakis</title><link>http://www.cssnewbie.com/showhide-content-css-javascript/comment-page-2/#comment-13614</link> <dc:creator>Dimos Novakis</dc:creator> <pubDate>Wed, 05 Oct 2011 15:55:52 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=112#comment-13614</guid> <description>Thank you! Wotking great for me. Just used it in my website...</description> <content:encoded><![CDATA[<p>Thank you! Wotking great for me. Just used it in my website&#8230;</p> ]]></content:encoded> </item> <item><title>By: How to reveal information when clicking on a button/text? &#124; SeekPHP.com</title><link>http://www.cssnewbie.com/showhide-content-css-javascript/comment-page-2/#comment-13569</link> <dc:creator>How to reveal information when clicking on a button/text? &#124; SeekPHP.com</dc:creator> <pubDate>Sat, 27 Aug 2011 01:22:43 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=112#comment-13569</guid> <description>[...] Of course, this assumes you&#8217;re already familiar with jQuery. If you aren&#8217;t, or you can&#8217;t/won&#8217;t use it, a quick Google search turned up http://www.cssnewbie.com/showhide-content-css-javascript/ [...]</description> <content:encoded><![CDATA[<p>[...] Of course, this assumes you&#8217;re already familiar with jQuery. If you aren&#8217;t, or you can&#8217;t/won&#8217;t use it, a quick Google search turned up <a
href="http://www.cssnewbie.com/showhide-content-css-javascript/" rel="nofollow">http://www.cssnewbie.com/showhide-content-css-javascript/</a> [...]</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)

Served from: www.cssnewbie.com @ 2012-02-08 03:28:35 -->
