Results 1 to 3 of 3

Thread: Image from DHTML Window Widget pop-up window lightbox now working

  1. #1
    Join Date
    May 2015
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Image from DHTML Window Widget pop-up window lightbox now working

    1) DHTML Window Widget

    2) http://www.dynamicdrive.com/dynamici...ndow/index.htm

    3) Using Dynamic Drive DHTML Window Widget (http://www.dynamicdrive.com/dynamici...ndow/index.htm) for a pop-up window from hidden div at bottom of page. Div contains shadowbox (lightbox) images. Pop-up window works great but images from pop-up window do not load with shadowbox. Shadowbox images from page work fine. Test page is linked from JHFarms logo image on page http://www.jhfarms.us/30private_sales.html

    right under 2015 Buck Kids For Sale goto link following Sire: GC Lakeshore Californication to open pop-up.
    open any photo in pop-up window to see problem/

    Below is code for shadowbox. Won't waste your time with everything I have tried. This is way over my head. Would appreciate any help / direction with resolving the problem if possible. Thank you for your assistance.
    Code:
    <link rel="stylesheet"
     type="text/css"
     href="http://www.jhfarms.us/shadowbox-3.0.3/shadowbox.css">
      <script type="text/javascript"
     src="http://www.jhfarms.us/shadowbox-3.0.3/shadowbox.js">
      </script>
      <script type="text/javascript">
    Shadowbox.init();
      </script>
      <style type="text/css">
    #sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"Verdana";
    font-weight:200;color:#fff;}
    #sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
    #sb-overlay{position:relative;height:100%;width:100%;}
    #sb-wrapper{position:absolute;visibility:hidden;width:100px;}
    #sb-wrapper-inner{position:relative;border:2px solid
    #ffffff;overflow:hidden;height:100px;}
    .highlightit:hover img{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    }
      </style>
    Last edited by Beverleyh; 05-25-2015 at 06:34 AM. Reason: Formatting

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

    Default

    At a glance I don't see the DHTML Window script on either pages. In general though if the page contained inside the DHTML window in itself contains another JavaScript, in order for that script to run properly, you should use the IFRAME mode of launching the DHTML window (instead of the inline mode).
    DD Admin

  3. #3
    Join Date
    May 2015
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question

    Quote Originally Posted by ddadmin View Post
    At a glance I don't see the DHTML Window script on either pages. In general though if the page contained inside the DHTML window in itself contains another JavaScript, in order for that script to run properly, you should use the IFRAME mode of launching the DHTML window (instead of the inline mode).
    Thanks for your quick response. DHTML Window script right above </head>. I will try the iframe again but just want one goat's info in iframe window. Info exists in other pages such as http://www.jhfarms.us/40our_sires.html. I use tables and couldn't figure out how to just show 2 table cells in window. Is that possible with iframe? I apologize but I am not very good at coding. Thanks again

Similar Threads

  1. Replies: 1
    Last Post: 03-02-2011, 06:53 AM
  2. DHTML Window Widget (Position relative to image not window)
    By QandnotU in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 07-30-2008, 01:31 AM
  3. DHTML Modal Window Widget - Restrict Window Movement?
    By MarekSukiennik in forum Dynamic Drive scripts help
    Replies: 0
    Last Post: 05-14-2008, 08:55 PM
  4. DHTML Window Widget: Close Window-Layer(s) While Opening Another
    By twohawks in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 10-06-2007, 07:03 PM
  5. Replies: 2
    Last Post: 04-14-2007, 12:39 PM

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
  •