Could somebody please help me? I have a site with an image set as background to the "body" element. I need to create an effect like "fade in".
This is the site http://www.ladycup.eu/.
If you zoom out, you can see the leaves on the side of the main content box. That is the image and I need it to "grow" from under the content box if you know what I mean. I have read much advice on this topic - like creating a div with this image in the background, etc. but in this case I can't do that. I would be really grateful for any help...
I've checked the site, but I couldn't see the background of the body, anyway, If I got your question, you want the background image of the body to fade out and grow above the content, if so,
Using CSS3, define a class and call it what ever you want, let's call it ani
and in you HTML code add this class to the body
<body class="ani">
Last thing, add the background to the body, and on load change the opacity