tags:

views:

71

answers:

5
+1  Q: 

page curl effect

currently i am working on a website and the client requires page curl effect in the top right corner of the page.What will be the best resource for this effect?

+2  A: 

Hi,

Have a look here

http://www.webdesignbooth.com/5-extremely-simple-ways-to-add-page-curl-to-your-website/

My personal favorite would be using jQuery.

Let us know if this is what you were looking for.

Kind Regards,

Trefex
yes thanks i was looking for the same
Kumod
+1  A: 

You could just have stacked images (2 static gifs and animated gif) and when they hover over the image it creates the curling effect in the corner.

xil3
+1  A: 

You need to create the page curl as an image in an image editor such as Gimp or Photoshop (others also available). You can then add it to your website either as the background image of a div via CSS (the preferred method) or via an img tag in the HTML document.

alastairs
A: 

Man check this http://motyar.blogspot.com/2010/03/page-curl-fold-or-peel-effect-with-pure.html Motyar is using a simple CSS hack to create this Sexy Curl Effect.

Motyar
A: 

simple steps to make page curl effect in gimp

http://www.templatespoint.com/blog/2010/09/page-curl-effect-in-gimp-step-by-step/

Eswar