<?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: Putting CSS Clip to Work: Expanding Overlay Effect</title>
	<atom:link href="http://tympanus.net/codrops/2013/01/17/putting-css-clip-to-work-expanding-overlay-effect/feed/" rel="self" type="application/rss+xml" />
	<link>http://tympanus.net/codrops/2013/01/17/putting-css-clip-to-work-expanding-overlay-effect/</link>
	<description>Useful resources and inspiration for creative minds</description>
	<lastBuildDate>Wed, 19 Jun 2013 05:08:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: saguirre</title>
		<link>http://tympanus.net/codrops/2013/01/17/putting-css-clip-to-work-expanding-overlay-effect/comment-page-1/#comment-440099</link>
		<dc:creator>saguirre</dc:creator>
		<pubDate>Tue, 28 May 2013 16:58:57 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=13621#comment-440099</guid>
		<description><![CDATA[I also I have the same problem]]></description>
		<content:encoded><![CDATA[<p>I also I have the same problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sergio</title>
		<link>http://tympanus.net/codrops/2013/01/17/putting-css-clip-to-work-expanding-overlay-effect/comment-page-3/#comment-438966</link>
		<dc:creator>sergio</dc:creator>
		<pubDate>Fri, 17 May 2013 01:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=13621#comment-438966</guid>
		<description><![CDATA[add this to your js

$(&#039;.divclass a&#039;).click(function(e){
    e.preventDefault();
    window.location = $(this).attr(&#039;href&#039;);
});

.divclass should be the classe of the div after the over lay and before the links]]></description>
		<content:encoded><![CDATA[<p>add this to your js</p>
<p>$(&#8216;.divclass a&#8217;).click(function(e){<br />
    e.preventDefault();<br />
    window.location = $(this).attr(&#8216;href&#8217;);<br />
});</p>
<p>.divclass should be the classe of the div after the over lay and before the links</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Deko</title>
		<link>http://tympanus.net/codrops/2013/01/17/putting-css-clip-to-work-expanding-overlay-effect/comment-page-3/#comment-435962</link>
		<dc:creator>David Deko</dc:creator>
		<pubDate>Wed, 17 Apr 2013 11:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=13621#comment-435962</guid>
		<description><![CDATA[Sorry about the previous post. Here it is again:

a style=”cursor:pointer;” onclick=”window.open(‘http://www.google.com’,&#039;_self’);”]]></description>
		<content:encoded><![CDATA[<p>Sorry about the previous post. Here it is again:</p>
<p>a style=”cursor:pointer;” onclick=”window.open(‘http://www.google.com’,&#8217;_self’);”</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Deko</title>
		<link>http://tympanus.net/codrops/2013/01/17/putting-css-clip-to-work-expanding-overlay-effect/comment-page-3/#comment-435961</link>
		<dc:creator>David Deko</dc:creator>
		<pubDate>Wed, 17 Apr 2013 11:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=13621#comment-435961</guid>
		<description><![CDATA[The box grid JS file disables links in the lay over box, and this is so to prevent the links beneath the lay over from being accidentally clicked and messing up everything. &lt;i&gt;(Perhaps a little backface visibility approach could have fixed this but I&#039;m not sure.)&lt;/i&gt;

Anyways, to enable links in the lay over box (if you&#039;re considering using it for a nice UI effect)
You will need an event handler. And below is the proper syntax for it:

a style=&quot;cursor:pointer;&quot; onclick=&quot;window.open(&#039;http://www.google.com&#039;,&#039;_self&#039;);&quot;

Hope this helps.]]></description>
		<content:encoded><![CDATA[<p>The box grid JS file disables links in the lay over box, and this is so to prevent the links beneath the lay over from being accidentally clicked and messing up everything. <i>(Perhaps a little backface visibility approach could have fixed this but I&#8217;m not sure.)</i></p>
<p>Anyways, to enable links in the lay over box (if you&#8217;re considering using it for a nice UI effect)<br />
You will need an event handler. And below is the proper syntax for it:</p>
<p>a style=&#8221;cursor:pointer;&#8221; onclick=&#8221;window.open(&#8216;http://www.google.com&#8217;,'_self&#8217;);&#8221;</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Deko</title>
		<link>http://tympanus.net/codrops/2013/01/17/putting-css-clip-to-work-expanding-overlay-effect/comment-page-3/#comment-435957</link>
		<dc:creator>David Deko</dc:creator>
		<pubDate>Wed, 17 Apr 2013 10:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=13621#comment-435957</guid>
		<description><![CDATA[Thanks Mandigo, but what&#039;s the proper syntax in getting that done?]]></description>
		<content:encoded><![CDATA[<p>Thanks Mandigo, but what&#8217;s the proper syntax in getting that done?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nic</title>
		<link>http://tympanus.net/codrops/2013/01/17/putting-css-clip-to-work-expanding-overlay-effect/comment-page-3/#comment-435919</link>
		<dc:creator>Nic</dc:creator>
		<pubDate>Tue, 16 Apr 2013 20:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=13621#comment-435919</guid>
		<description><![CDATA[Many thanks, Mandingo!]]></description>
		<content:encoded><![CDATA[<p>Many thanks, Mandingo!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jessica</title>
		<link>http://tympanus.net/codrops/2013/01/17/putting-css-clip-to-work-expanding-overlay-effect/comment-page-3/#comment-435918</link>
		<dc:creator>Jessica</dc:creator>
		<pubDate>Tue, 16 Apr 2013 17:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=13621#comment-435918</guid>
		<description><![CDATA[Thanks! That works just fine.]]></description>
		<content:encoded><![CDATA[<p>Thanks! That works just fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mandingo</title>
		<link>http://tympanus.net/codrops/2013/01/17/putting-css-clip-to-work-expanding-overlay-effect/comment-page-3/#comment-435753</link>
		<dc:creator>Mandingo</dc:creator>
		<pubDate>Thu, 11 Apr 2013 15:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=13621#comment-435753</guid>
		<description><![CDATA[a onclick=&quot;window.open(&#039;http://www.google.com&#039;);&quot;]]></description>
		<content:encoded><![CDATA[<p>a onclick=&#8221;window.open(&#8216;http://www.google.com&#8217;);&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mandingo</title>
		<link>http://tympanus.net/codrops/2013/01/17/putting-css-clip-to-work-expanding-overlay-effect/comment-page-3/#comment-435752</link>
		<dc:creator>Mandingo</dc:creator>
		<pubDate>Thu, 11 Apr 2013 15:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=13621#comment-435752</guid>
		<description><![CDATA[You can make links inside the overlay work by adding an onclick event, like this:

&lt;!--&lt;a&gt;--&gt;]]></description>
		<content:encoded><![CDATA[<p>You can make links inside the overlay work by adding an onclick event, like this:</p>
<p>&lt;!&#8211;<a>&#8211;&gt;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nic</title>
		<link>http://tympanus.net/codrops/2013/01/17/putting-css-clip-to-work-expanding-overlay-effect/comment-page-3/#comment-435640</link>
		<dc:creator>Nic</dc:creator>
		<pubDate>Tue, 09 Apr 2013 19:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=13621#comment-435640</guid>
		<description><![CDATA[Never mind.  It&#039;s not working properly when you close the overlay.  Disregard!]]></description>
		<content:encoded><![CDATA[<p>Never mind.  It&#8217;s not working properly when you close the overlay.  Disregard!</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: enhanced
Content Delivery Network via codropspz.tympanus.netdna-cdn.com

 Served from: tympanus.net @ 2013-06-19 07:26:22 by W3 Total Cache -->