Results 1 to 2 of 2

Thread: Drop-in Content Box

  1. #1
    Join Date
    May 2005
    Posts
    42
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Drop-in Content Box

    1) Script Title: Drop-in Content Box

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici.../dropinbox.htm

    3) Describe problem: The box drops down under my Flash swf content.

    Code:
    <div id="dropin" style="position:absolute;visibility:hidden;left:100px;top:100px;width:392px;height:317px;background-color:#F5F5F5">
    
    <div align="right"><a href="#" onClick="dismissbox();return false">[Close Window] </a></div>
    
    <img src="images/spar2.gif" alt="" width="392" height="317">
    
    </div>

    Thank you,
    Frieda

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    In many cases it's a matter of adding these to the flash tags:

    1. Add the following parameter to the OBJECT tag:

    <param name="wmode" value="transparent">

    2. Add the following parameter to the EMBED tag:

    wmode="transparent"

    I that doesn't work we would need a link to your page in order to help.

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
  •