Results 1 to 3 of 3

Thread: Falling Leaves

  1. #1
    Join Date
    Mar 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Falling Leaves

    I have added the Falling leaves script to my page. But for some reason, the falling images are falling behind my tables. I can still see them in between the tables. But I am wondering how I move them to the fromt of the tables? Does anyone know what I am talking about?

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    This script relies upon both absolute and relative positioning to create its effect. If your tables use either of those and appear below this script in the HTML code for the page, they will appear on top of the effect. You can either move the script below your other content in the HTML code or find the three occurrences of:

    position

    in the script and change them to:

    z-index:100;position

    If that's not what is happening with your page, then:

    PLEASE: Include the URL to your problematic webpage that you want help with.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Mar 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    WOHOO. Thank you soo much!! It is fixed.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •