<?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: Simple Page Peel Effect for Blogger</title>
<atom:link href="http://www.cssreflex.com/2009/05/simple-page-peel-effect-for-blogger.html/feed/" rel="self" type="application/rss+xml" />
<link>http://www.cssreflex.com/2009/05/simple-page-peel-effect-for-blogger.html/</link>
<description>all about web design and development</description>
<lastBuildDate>Wed, 16 May 2012 00:31:30 +0000</lastBuildDate>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
<item>
<title>By: srinivas</title>
<link>http://www.cssreflex.com/2009/05/simple-page-peel-effect-for-blogger.html/#comment-20356</link>
<dc:creator>srinivas</dc:creator>
<pubDate>Fri, 29 Jul 2011 12:38:20 +0000</pubDate>
<guid isPermaLink="false">http://www.cssreflex.com/?p=320#comment-20356</guid>
<description>this is not an image link! http://www.wallheaven.com/page_flip.png the wallheaven.com is opening when clicking on this link http://indiarockz.co.cc</description>
<content:encoded>
<![CDATA[<p>this is not an image link!<br />
<a href="http://www.wallheaven.com/page_flip.png" rel="nofollow">http://www.wallheaven.com/page_flip.png</a></p>
<p>the wallheaven.com is opening when clicking on this link</p>
<p><a href="http://indiarockz.co.cc" rel="nofollow">http://indiarockz.co.cc</a></p>
]]>
</content:encoded>
</item>
<item>
<title>By: apachesumbawa</title>
<link>http://www.cssreflex.com/2009/05/simple-page-peel-effect-for-blogger.html/#comment-20250</link>
<dc:creator>apachesumbawa</dc:creator>
<pubDate>Fri, 22 Jul 2011 15:09:22 +0000</pubDate>
<guid isPermaLink="false">http://www.cssreflex.com/?p=320#comment-20250</guid>
<description>Thx alot on your intelligence to make things interesting in the blog template design</description>
<content:encoded>
<![CDATA[<p>Thx alot on your intelligence to make things interesting in the blog template design</p>
]]>
</content:encoded>
</item>
<item>
<title>By: Georgian Benta</title>
<link>http://www.cssreflex.com/2009/05/simple-page-peel-effect-for-blogger.html/#comment-19149</link>
<dc:creator>Georgian Benta</dc:creator>
<pubDate>Sun, 05 Dec 2010 22:04:50 +0000</pubDate>
<guid isPermaLink="false">http://www.cssreflex.com/?p=320#comment-19149</guid>
<description>Thank you very much! There are some issues on my site but the code itself is great! :)</description>
<content:encoded>
<![CDATA[<p>Thank you very much! </p>
<p>There are some issues on my site but the code itself is great! :)</p>
]]>
</content:encoded>
</item>
<item>
<title>By: Photo blogger</title>
<link>http://www.cssreflex.com/2009/05/simple-page-peel-effect-for-blogger.html/#comment-19131</link>
<dc:creator>Photo blogger</dc:creator>
<pubDate>Fri, 03 Dec 2010 07:02:29 +0000</pubDate>
<guid isPermaLink="false">http://www.cssreflex.com/?p=320#comment-19131</guid>
<description>Hi,your demo is not working properly.I closed browser and checked again still same issues.I want to implement this to my new bloggers blog.Can you please HELP</description>
<content:encoded>
<![CDATA[<p>Hi,your demo is not working properly.I closed browser and checked again still same issues.I want to implement this to my new bloggers blog.Can you please HELP</p>
]]>
</content:encoded>
</item>
<item>
<title>By: Website Rank</title>
<link>http://www.cssreflex.com/2009/05/simple-page-peel-effect-for-blogger.html/#comment-18701</link>
<dc:creator>Website Rank</dc:creator>
<pubDate>Tue, 07 Sep 2010 08:46:20 +0000</pubDate>
<guid isPermaLink="false">http://www.cssreflex.com/?p=320#comment-18701</guid>
<description>Great post.. thanks</description>
<content:encoded>
<![CDATA[<p>Great post.. thanks</p>
]]>
</content:encoded>
</item>
<item>
<title>By: Ebin</title>
<link>http://www.cssreflex.com/2009/05/simple-page-peel-effect-for-blogger.html/#comment-14665</link>
<dc:creator>Ebin</dc:creator>
<pubDate>Wed, 09 Jun 2010 12:54:15 +0000</pubDate>
<guid isPermaLink="false">http://www.cssreflex.com/?p=320#comment-14665</guid>
<description>Hi Bro, It is not working for me.I used IE8 and the code is given below.Please advice what is wrong? Untitled Page img { behavior: url(iepngfix.htc) } #pageflip { position: absolute; right: 0; top: 15px; float: right; } #pageflip img { width: 50px; height: 52px; z-index: 99; position: absolute; right: 0; top: 15px; -ms-interpolation-mode: bicubic; } #pageflip .msg_block { width: 50px; height: 50px; overflow: hidden; position: absolute; right: 0; top: 15px; background: url(image/subscribe.png) no-repeat right top; } $(document).ready(function(){ //Page Flip on hover $(&quot;#pageflip&quot;).hover(function() { $(&quot;#pageflip img , .msg_block&quot;).stop() .animate({ width: &#039;307px&#039;, height: &#039;319px&#039; }, 500); } , function() { $(&quot;#pageflip img&quot;).stop() .animate({ width: &#039;50px&#039;, height: &#039;52px&#039; }, 220); $(&quot;.msg_block&quot;).stop() .animate({ width: &#039;50px&#039;, height: &#039;50px&#039; }, 200); }); });</description>
<content:encoded>
<![CDATA[<p>Hi Bro,<br />
      It is not working for me.I used IE8 and the code is given below.Please advice what is wrong?</p>
<p>    Untitled Page</p>
<p>img { behavior: url(iepngfix.htc) }<br />
#pageflip {<br />
position: absolute;<br />
right: 0; top: 15px;<br />
float: right;<br />
}<br />
#pageflip img {<br />
width: 50px; height: 52px;<br />
z-index: 99;<br />
position: absolute;<br />
right: 0; top: 15px;<br />
-ms-interpolation-mode: bicubic;<br />
}<br />
#pageflip .msg_block {<br />
width: 50px; height: 50px;<br />
overflow: hidden;<br />
position: absolute;<br />
right: 0; top: 15px;</p>
<p>     background: url(image/subscribe.png) no-repeat right top;<br />
}</p>
<p>$(document).ready(function(){</p>
<p>//Page Flip on hover</p>
<p>     $(&quot;#pageflip&quot;).hover(function() {<br />
                $(&quot;#pageflip img , .msg_block&quot;).stop()<br />
                        .animate({<br />
                                width: &#39;307px&#39;,<br />
                                height: &#39;319px&#39;<br />
                        }, 500);<br />
                } , function() {<br />
                $(&quot;#pageflip img&quot;).stop()<br />
                        .animate({<br />
                                width: &#39;50px&#39;,<br />
                                height: &#39;52px&#39;<br />
                        }, 220);<br />
                $(&quot;.msg_block&quot;).stop()<br />
                        .animate({<br />
                                width: &#39;50px&#39;,<br />
                                height: &#39;50px&#39;<br />
                        }, 200);<br />
        });</p>
<p>});</p>
]]>
</content:encoded>
</item>
<item>
<title>By: Lorenz</title>
<link>http://www.cssreflex.com/2009/05/simple-page-peel-effect-for-blogger.html/#comment-11858</link>
<dc:creator>Lorenz</dc:creator>
<pubDate>Mon, 10 May 2010 11:42:33 +0000</pubDate>
<guid isPermaLink="false">http://www.cssreflex.com/?p=320#comment-11858</guid>
<description>Thank you very much for the tutorial, works great! It might be worth mentioning that that RSS feed url has to be replaced, else everyone gets redirected to your blog ;) Also, if you are using blogger you will have a 15px blogger navigation bar on top. If you want the animation to start below, you have to indicate that in the code. Furthermore, I had to change an attribute to &quot;absolute&quot;. It works fine with me now, I copied that part of the code below in case anyone needs it: #pageflip { position: absolute; right: 0; top: 15px; float: right; } #pageflip img { width: 50px; height: 52px; z-index: 99; position: absolute; right: 0; top: 15px; -ms-interpolation-mode: bicubic; } #pageflip .msg_block { width: 50px; height: 50px; overflow: hidden; position: absolute; right: 0; top: 15px; background: url(http://www.wallheaven.com/subscribe.png) no-repeat right top;</description>
<content:encoded>
<![CDATA[<p>Thank you very much for the tutorial, works great! It might be worth mentioning that that RSS feed url has to be replaced, else everyone gets redirected to your blog ;) Also, if you are using blogger you will have a 15px blogger navigation bar on top.</p>
<p> If you want the animation to start below, you have to indicate that in the code. Furthermore, I had to change an attribute to &#8220;absolute&#8221;. It works fine with me now, I copied that part of the code below in case anyone needs it:</p>
<p>#pageflip {<br />
        position: absolute;<br />
        right: 0; top: 15px;<br />
        float: right;<br />
}<br />
#pageflip img {<br />
        width: 50px; height: 52px;<br />
        z-index: 99;<br />
        position: absolute;<br />
        right: 0; top: 15px;<br />
        -ms-interpolation-mode: bicubic;<br />
}<br />
#pageflip .msg_block {<br />
        width: 50px; height: 50px;<br />
        overflow: hidden;<br />
        position: absolute;<br />
        right: 0; top: 15px;<br />
        background: url(<a href="http://www.wallheaven.com/subscribe.png" rel="nofollow">http://www.wallheaven.com/subscribe.png</a>) no-repeat right top;</p>
]]>
</content:encoded>
</item>
<item>
<title>By: Hamburg</title>
<link>http://www.cssreflex.com/2009/05/simple-page-peel-effect-for-blogger.html/#comment-11589</link>
<dc:creator>Hamburg</dc:creator>
<pubDate>Sat, 01 May 2010 23:03:16 +0000</pubDate>
<guid isPermaLink="false">http://www.cssreflex.com/?p=320#comment-11589</guid>
<description>Thanks a lot for great Plugin! it works!</description>
<content:encoded>
<![CDATA[<p>Thanks a lot for great Plugin!</p>
<p>it works!</p>
]]>
</content:encoded>
</item>
<item>
<title>By: John!</title>
<link>http://www.cssreflex.com/2009/05/simple-page-peel-effect-for-blogger.html/#comment-8859</link>
<dc:creator>John!</dc:creator>
<pubDate>Sat, 23 Jan 2010 00:47:50 +0000</pubDate>
<guid isPermaLink="false">http://www.cssreflex.com/?p=320#comment-8859</guid>
<description>Thanks you so much! Your blog too! .-= John!&#180;s last blog ..Traduce tu blog con el Widget de Bing =-.</description>
<content:encoded>
<![CDATA[<p>Thanks you so much! Your blog too!<br />
.-= John!&#180;s last blog ..Traduce tu blog con el Widget de Bing =-.</p>
]]>
</content:encoded>
</item>
<item>
<title>By: Simjith</title>
<link>http://www.cssreflex.com/2009/05/simple-page-peel-effect-for-blogger.html/#comment-8507</link>
<dc:creator>Simjith</dc:creator>
<pubDate>Thu, 14 Jan 2010 08:53:28 +0000</pubDate>
<guid isPermaLink="false">http://www.cssreflex.com/?p=320#comment-8507</guid>
<description>Thanks a lot I have added this snippet to my site site and its working. Simjith .-= Simjith&#180;s last blog ..&lt;a href=&quot;http://mytechscrap.blogspot.com/2010/01/hide-unread-email-messages-notification.html&quot; rel=&quot;nofollow&quot;&gt;Hide Unread Email Messages Notification on XP Logon Welcome Screen&lt;/a&gt; =-.</description>
<content:encoded>
<![CDATA[<p>Thanks a lot</p>
<p>I have added this snippet to my site site and its working.</p>
<p>Simjith<br />
.-= Simjith&#180;s last blog ..<a href="http://mytechscrap.blogspot.com/2010/01/hide-unread-email-messages-notification.html" rel="nofollow">Hide Unread Email Messages Notification on XP Logon Welcome Screen</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: basic
Page Caching using disk: enhanced
Database Caching 7/8 queries in 0.003 seconds using disk: basic
Object Caching 425/425 objects using disk: basic

Served from: www.cssreflex.com @ 2012-05-17 08:55:14 -->
