Dear Friends, I need a suggestion to do this unusual task -
I want to dynamically change the background image. The image url is stored in the database and fetched by a PHP script while the script is almost at the end of HTML page. Just before including the footer.php. I can do these in THREE ways - 1. Just re-declare the style of BODY using simple <style></style> statement. But it will be in the BODY section. 2. Set the background image by calling a simple Javascript. 3. Use Mootools to set the background image. (same as Point-2 but we can do some animation/effect like fading) Please suggest me which method should I choose ? and if Mootools, what effect will look-feel best. Thank you for your help Ayan Debnath INDIA.
