<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Printing MooTools Accordion&#160;Items</title> <atom:link href="http://davidwalsh.name/mootools-accordion-print/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/mootools-accordion-print</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 10:59:12 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Michelle</title><link>http://davidwalsh.name/mootools-accordion-print/comment-page-1#comment-22950</link> <dc:creator>Michelle</dc:creator> <pubDate>Sat, 05 Mar 2011 00:13:50 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4692#comment-22950</guid> <description>Neither of the fixes presented here have worked for me. Only the section headline shows up on print.</description> <content:encoded><![CDATA[<p>Neither of the fixes presented here have worked for me. Only the section headline shows up on print.</p> ]]></content:encoded> </item> <item><title>By: Safwan</title><link>http://davidwalsh.name/mootools-accordion-print/comment-page-1#comment-22632</link> <dc:creator>Safwan</dc:creator> <pubDate>Tue, 08 Feb 2011 16:43:27 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4692#comment-22632</guid> <description>Thanks for this was bugging me for ages. The text was disappearing for me too but the &quot;display:inline !important&quot; seems to fix it (Thanks to Gui).Saf</description> <content:encoded><![CDATA[<p>Thanks for this was bugging me for ages. The text was disappearing for me too but the &#8220;display:inline !important&#8221; seems to fix it (Thanks to Gui).</p><p>Saf</p> ]]></content:encoded> </item> <item><title>By: Francisco</title><link>http://davidwalsh.name/mootools-accordion-print/comment-page-1#comment-17899</link> <dc:creator>Francisco</dc:creator> <pubDate>Thu, 27 May 2010 16:17:58 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4692#comment-17899</guid> <description>@David:  The same problem. Height:auto works but no text is show.</description> <content:encoded><![CDATA[<p>@David:  The same problem. Height:auto works but no text is show.</p> ]]></content:encoded> </item> <item><title>By: john</title><link>http://davidwalsh.name/mootools-accordion-print/comment-page-1#comment-17891</link> <dc:creator>john</dc:creator> <pubDate>Thu, 27 May 2010 09:55:17 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4692#comment-17891</guid> <description>(Accordion mootools)...can be linked to any part of which is not active? How? I thank you in advance</description> <content:encoded><![CDATA[<p>(Accordion mootools)&#8230;can be linked to any part of which is not active? How? I thank you in advance</p> ]]></content:encoded> </item> <item><title>By: David</title><link>http://davidwalsh.name/mootools-accordion-print/comment-page-1#comment-15976</link> <dc:creator>David</dc:creator> <pubDate>Sun, 07 Feb 2010 10:40:01 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4692#comment-15976</guid> <description>I&#039;ve recently run up against this problem. The script provided works fine, but as far as I can tell, you can&#039;t use the opacity effect with the accordion.I&#039;ve added:body div.element {
height:auto !important;
display:inline !important;
opacity:1 !important;
filter:alpha(opacity=1); !important;  }To my print css, but it doesn&#039;t fix the problem. If anybody knows of a solution, then I&#039;m certainly listening. :)</description> <content:encoded><![CDATA[<p>I&#8217;ve recently run up against this problem. The script provided works fine, but as far as I can tell, you can&#8217;t use the opacity effect with the accordion.</p><p>I&#8217;ve added:</p><p>body div.element {<br
/> height:auto !important;<br
/> display:inline !important;<br
/> opacity:1 !important;<br
/> filter:alpha(opacity=1); !important;  }</p><p>To my print css, but it doesn&#8217;t fix the problem. If anybody knows of a solution, then I&#8217;m certainly listening. :)</p> ]]></content:encoded> </item> <item><title>By: Gui</title><link>http://davidwalsh.name/mootools-accordion-print/comment-page-1#comment-15722</link> <dc:creator>Gui</dc:creator> <pubDate>Fri, 29 Jan 2010 22:29:33 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4692#comment-15722</guid> <description>@media print {
.element { display:inline !important; }
}should  also work</description> <content:encoded><![CDATA[<p>@media print {<br
/> .element { display:inline !important; }<br
/> }</p><p>should  also work</p> ]]></content:encoded> </item> <item><title>By: Nickolas Simard</title><link>http://davidwalsh.name/mootools-accordion-print/comment-page-1#comment-15693</link> <dc:creator>Nickolas Simard</dc:creator> <pubDate>Thu, 28 Jan 2010 13:25:07 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4692#comment-15693</guid> <description>So simple... Thanks for the tips.</description> <content:encoded><![CDATA[<p>So simple&#8230; Thanks for the tips.</p> ]]></content:encoded> </item> <item><title>By: Clinton Montague</title><link>http://davidwalsh.name/mootools-accordion-print/comment-page-1#comment-15692</link> <dc:creator>Clinton Montague</dc:creator> <pubDate>Thu, 28 Jan 2010 13:22:50 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4692#comment-15692</guid> <description>Thanks for posting about print stylesheets - they are something which are all too often overlooked, but a very important part of web development in my opinion.</description> <content:encoded><![CDATA[<p>Thanks for posting about print stylesheets &#8211; they are something which are all too often overlooked, but a very important part of web development in my opinion.</p> ]]></content:encoded> </item> <item><title>By: Anton Samper</title><link>http://davidwalsh.name/mootools-accordion-print/comment-page-1#comment-15681</link> <dc:creator>Anton Samper</dc:creator> <pubDate>Thu, 28 Jan 2010 08:58:00 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4692#comment-15681</guid> <description>I tell you what, i don&#039;t have a use for this right now, but it&#039;s one of those things that will undoubtably drive me crazy in the future. Very nice dude, i&#039;ll keep it mind.</description> <content:encoded><![CDATA[<p>I tell you what, i don&#8217;t have a use for this right now, but it&#8217;s one of those things that will undoubtably drive me crazy in the future. Very nice dude, i&#8217;ll keep it mind.</p> ]]></content:encoded> </item> <item><title>By: Michael</title><link>http://davidwalsh.name/mootools-accordion-print/comment-page-1#comment-15662</link> <dc:creator>Michael</dc:creator> <pubDate>Wed, 27 Jan 2010 15:09:52 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4692#comment-15662</guid> <description>wow... that is really enlightening. thanks for sharing</description> <content:encoded><![CDATA[<p>wow&#8230; that is really enlightening. thanks for sharing</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching using disk: basic
Object Caching 865/866 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 08:47:46 -->
