View Full Version : Bubble Effect Question
designbysue
03-04-2009, 02:10 AM
I would like to use the Bubble Effect http://www.dynamicdrive.com/dynamicindex3/bubble.htm on a website but limit the effect to only a portion of the page, such as within one cell of a table. Can this be done and can someone help me figure out how to do it?
Thanks in advance for any help.
Sue
magicyte
03-04-2009, 02:25 AM
You could make a small <iframe> within that cell, then put your cell content over that <iframe>. The iframe should hold the HTML page which has the javascript code and such. If you don't want that ugly outline border on your <iframe>, use css:
iframe { outline: none; }
Please ask questions if you have them.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.