Results 1 to 2 of 2

Thread: DHTML Window and select form elements

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

    Default DHTML Window and select form elements

    1) Script Title: DHTML Window widget

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

    3) Describe problem: I'm trying to use the div option to display a popup. It works fine except that the select fields of the form shows thru (on IE 6.0). I tried creating an iframe behind the window, but moving the window exposes the iframe. I could use the iframe option, but want to display information that's embedded in the page. My current solution is produce a fake page that I can reference from the url for the iframe, but if someone has a better solution, I'm all ears.
    Thanks

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Creating an IFRAME that follows the DHTML window around and behind it is probably the best solution, though we are talking about a lot of added code just to support a legacy browser. Have you tried just using the IFRAME option instead, which shouldn't have the same overlapping issue in IE6 as the DIV option.
    DD Admin

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
  •