Results 1 to 3 of 3

Thread: Window Widget: Always on Top?

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

    Arrow Window Widget: Always on Top?

    1) Script Title: DHTML Window widget (v1.01)

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

    3) Describe problem: Popping up below another layer that has a flash object.

    I have a flash header (template-type style) and when I click to open it, the popup shows up, just half underneath the headers. Can I put this script in an "always on top" situation?

  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

    It already is more or less. Flash is a special case though and needs to be set wmode transparent. How this is done varies depending upon the tags you are using for the flash and especially with some uses of javascript to overcome 'click to activate' but, basically you add this param:

    Code:
    <param name="wmode" value="transparent">
    to the object tag and this attribute:

    Code:
    wmode="transparent"
    to the embed tag.

    If you already have that working but still have a problem, the z-index style of the DHTML Window may need to be increased.
    - John
    ________________________

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

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

    Thumbs up

    Do you accept paypal or just money orders?

    Seriously, thanks so much for you're help.. definately makes me wanna stick around to become more knowledgeable in this language.

    -Joe
    Baton Rouge, LA

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
  •