Results 1 to 2 of 2

Thread: DD's Dropin box cannot be seen on my site

  1. #1
    Join Date
    Apr 2007
    Posts
    52
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default DD's Dropin box cannot be seen on my site

    I was trying to put this script on my website http://dynamicdrive.com/dynamicindex17/dropinbox.htm

    I made a site with absolute positioning, I did exactly as the guideline says but ti think the box drop behind other layers and cannot be seen, how to resolve this ?

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Try changing this:
    Code:
    <div id="dropin" style="position:absolute;visibility:hidden;left:200px;top:100px;width:500px;height:300px;background-color:#F5F5F5">
    To:
    Code:
    <div id="dropin" style="position:absolute;visibility:hidden;left:200px;top:100px;width:500px;height:300px;background-color:#F5F5F5;z-index:50;">
    Jeremy | jfein.net

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
  •