i have put the bubble effect into my website, but only it works jus at the top of the page for some reason, any idea's why??
i have put the bubble effect into my website, but only it works jus at the top of the page for some reason, any idea's why??
It is an old, somewhat outdated script.
Try this (from a stock response):
Here is an online demo of a similar script with those changes and other enhancements.What doctype are you using on the page? If most any, the script needs to be updated. Change all instances of:
document.body
in the script to:
iecompattest()
Then, add this just below the credit block:
Code:function iecompattest(){ return (document.compatMode && document.compatMode.indexOf("CSS")!=-1)? document.documentElement : document.body }
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Thanks its working great now!!!![]()
Bookmarks