Results 1 to 2 of 2

Thread: IE....Overlapping Element Issue

  1. #1
    Join Date
    Jun 2008
    Posts
    2

    IE....Overlapping Element Issue

    Hey There,

    Ok what I have is a text box that has an auto-complete feature. When the user types say the letter 'a' it will produce a ul/li list to aid the user in searching. In firefox this works great the list pops up and it overlaps all the other elements around it like I intend on it doing. But, in IE 6 & 7 the list is overlapped by an image that is below it. I have tried setting z-indexes on both the list and the image and nothing works.

    the list structure is set up like this

    <div>
    <ul>
    <li>
    </li>
    </ul>
    </div>
    this is dynamically created by ajax
    the image must be noted it is a rollover image. There is a group picture of a bunch of people and if a user rolls over one of the people a cameo picture pops up below the text box. This is the image that overlaps the auto-completion list. Does anyone know how to make the list overlap everything in IE 6 & 7 ??

  2. #2
    Join Date
    Jun 2008
    Posts
    2
    Hey Guys I uploaded some screenshots of what the issue looks like just click on the link below to get a better sense of whats going on
    http://www.bryanjblack.com/auto/

Similar Threads

  1. Referencing an element across <import ...>'s
    By MatthewRed in forum General Questions
    Replies: 0
    Last Post: 22 Sep 2006, 03:24 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •