Results 1 to 2 of 2

Thread: Bubble Effect Question

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

    Default Bubble Effect Question

    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

  2. #2
    Join Date
    Jun 2008
    Posts
    589
    Thanks
    13
    Thanked 54 Times in 54 Posts
    Blog Entries
    1

    Default

    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:

    Code:
    iframe { outline: none; }
    Please ask questions if you have them.

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
  •