<?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: Contextual Slideout Tips With jQuery &amp; CSS3</title>
	<atom:link href="http://tutorialzine.com/2010/04/slideout-context-tips-jquery-css3/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorialzine.com/2010/04/slideout-context-tips-jquery-css3/</link>
	<description>Web Development Tutorials &#38; Resources</description>
	<lastBuildDate>Tue, 07 Feb 2012 23:23:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Donna</title>
		<link>http://tutorialzine.com/2010/04/slideout-context-tips-jquery-css3/#comment-21825</link>
		<dc:creator>Donna</dc:creator>
		<pubDate>Tue, 31 Jan 2012 18:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=855#comment-21825</guid>
		<description>Anyone have a suggestion on how to make this AWESOME tooltip work on a responsive site? 
It&#039;s the 2nd one I&#039;ve seen like this and is absolutely perfect for a project I&#039;m working on, but they both rely on fixed anchor points &amp; I need a fluid points for my responsive site.

Thank you!</description>
		<content:encoded><![CDATA[<p>Anyone have a suggestion on how to make this AWESOME tooltip work on a responsive site?<br />
It&#8217;s the 2nd one I&#8217;ve seen like this and is absolutely perfect for a project I&#8217;m working on, but they both rely on fixed anchor points &amp; I need a fluid points for my responsive site.</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guest</title>
		<link>http://tutorialzine.com/2010/04/slideout-context-tips-jquery-css3/#comment-21704</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Tue, 24 Jan 2012 16:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=855#comment-21704</guid>
		<description>GRRRR

the semi quotes should be changed to real semi quotes &gt;&gt;&gt; &#039; &lt;&lt;&lt;</description>
		<content:encoded><![CDATA[<p>GRRRR</p>
<p>the semi quotes should be changed to real semi quotes &gt;&gt;&gt; &#8216; &lt;&lt;&lt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guest</title>
		<link>http://tutorialzine.com/2010/04/slideout-context-tips-jquery-css3/#comment-21703</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Tue, 24 Jan 2012 16:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=855#comment-21703</guid>
		<description>FYI: the REPLACE tip above works great!


/*	$(&#039;.main p&#039;).replaceWith(function(){  */
	$(&#039;.newOpenerClass&#039;).replaceWith(function(){	

Then add: newOpenerClass to anything and it will work. I used DIVs instead of P so I could nest columns etc.

Example

text here</description>
		<content:encoded><![CDATA[<p>FYI: the REPLACE tip above works great!</p>
<p>/*	$(&#8216;.main p&#8217;).replaceWith(function(){  */<br />
	$(&#8216;.newOpenerClass&#8217;).replaceWith(function(){	</p>
<p>Then add: newOpenerClass to anything and it will work. I used DIVs instead of P so I could nest columns etc.</p>
<p>Example</p>
<p>text here</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://tutorialzine.com/2010/04/slideout-context-tips-jquery-css3/#comment-21624</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 19 Jan 2012 22:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=855#comment-21624</guid>
		<description>Nevermind! I figured out what was causing the issue. I added a CSS3 transition effect which is what caused the issue. I&#039;m all good now.</description>
		<content:encoded><![CDATA[<p>Nevermind! I figured out what was causing the issue. I added a CSS3 transition effect which is what caused the issue. I&#8217;m all good now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://tutorialzine.com/2010/04/slideout-context-tips-jquery-css3/#comment-21623</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 19 Jan 2012 21:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=855#comment-21623</guid>
		<description>Hello Martin,

This is a really cool feature and I&#039;m glad you&#039;ve made it available to the public. However, I am having a small issue with it in Safari and Chrome (works fine in Firefox). When I click on each slideout, it moves really fast to a part of the page and then proceeds to open in its original spot. You can see it here: http://greenhomesupplier.com/how-to-be-green. The weird thing is that the one labeled &quot;Structural&quot; (at the top) doesn&#039;t do this. Can you provide any insight as to why this might be happening?

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Hello Martin,</p>
<p>This is a really cool feature and I&#8217;m glad you&#8217;ve made it available to the public. However, I am having a small issue with it in Safari and Chrome (works fine in Firefox). When I click on each slideout, it moves really fast to a part of the page and then proceeds to open in its original spot. You can see it here: http://greenhomesupplier.com/how-to-be-green. The weird thing is that the one labeled &#8220;Structural&#8221; (at the top) doesn&#8217;t do this. Can you provide any insight as to why this might be happening?</p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff McMahen</title>
		<link>http://tutorialzine.com/2010/04/slideout-context-tips-jquery-css3/#comment-21160</link>
		<dc:creator>Geoff McMahen</dc:creator>
		<pubDate>Thu, 22 Dec 2011 16:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=855#comment-21160</guid>
		<description>This is an incredible tutorial, thanks for sharing!</description>
		<content:encoded><![CDATA[<p>This is an incredible tutorial, thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://tutorialzine.com/2010/04/slideout-context-tips-jquery-css3/#comment-20982</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Thu, 15 Dec 2011 10:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=855#comment-20982</guid>
		<description>yeah, really amazing, it&#039;s totally the script i need for a project !
good job !</description>
		<content:encoded><![CDATA[<p>yeah, really amazing, it&#8217;s totally the script i need for a project !<br />
good job !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan</title>
		<link>http://tutorialzine.com/2010/04/slideout-context-tips-jquery-css3/#comment-20794</link>
		<dc:creator>Duncan</dc:creator>
		<pubDate>Tue, 06 Dec 2011 11:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=855#comment-20794</guid>
		<description>Great stuff - is there a class control that can be added so that by default a specific tooltip is opened?</description>
		<content:encoded><![CDATA[<p>Great stuff &#8211; is there a class control that can be added so that by default a specific tooltip is opened?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://tutorialzine.com/2010/04/slideout-context-tips-jquery-css3/#comment-20722</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Thu, 01 Dec 2011 16:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=855#comment-20722</guid>
		<description>very good work - anybody got an idea, how to insert a complete gallery inside the p-tag?</description>
		<content:encoded><![CDATA[<p>very good work &#8211; anybody got an idea, how to insert a complete gallery inside the p-tag?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philipp</title>
		<link>http://tutorialzine.com/2010/04/slideout-context-tips-jquery-css3/#comment-14299</link>
		<dc:creator>Philipp</dc:creator>
		<pubDate>Fri, 31 Dec 2010 12:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=855#comment-14299</guid>
		<description>Simply amazing. Great tutorial!</description>
		<content:encoded><![CDATA[<p>Simply amazing. Great tutorial!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Object Caching 356/356 objects using apc
Content Delivery Network via cdn.tutorialzine.com

Served from: tutorialzine.com @ 2012-02-08 14:43:39 -->
