Log in

View Full Version : DD Autumn leaves script



ianric
10-05-2008, 07:34 PM
1) Script Title: Autumn Leaves

2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex3/leaves.htm

3) Describe problem:
Just wondering if it is possible to add this script to a table cell only, say 100x100 and not the whole page like the demo. I'd like to put a box on my home page saying 10% off all orders and have the leaves falling just inside the box.

Many thanks

Ian

alongside2
10-05-2008, 07:49 PM
I just did an experiment with creating a page with the code and then creating the main page with inserting an Iframe and it works. You might be able to do the same to get the effect you want it to do.

I am far from an expert so there might be others with a better suggestion.


<IFRAME SRC="falls.htm" FRAMEBORDER="0"></IFRAME>


Forgot to mention add the frameborder="0" so it will appear seamless.