Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Ie issue with relative, absolute position test

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22786
    j_liu21
    Member

    Has anyone encountered a unwanted transparency problem with the popup/rollover? When you mouse over the 1st link the popup acts transparent and you can still see the 2nd link thru the popup. The issue is corrected with Mozilla using z-index, but that doesn’t see to work for ie7.0.

    Attached is the sample code.

    Code:





    Test


    Test


    Category:
    List 1
    List 2
    List 3
    List 4
    List 5
    List 6
    List 7
    List 8

    Mouse over me


    Category 2:
    List 11
    List 12
    List 13
    List 14
    List 15
    List 16
    List 17
    List 18

    This text is can be seen during previous mouseover


    #47961
    j_liu21
    Member

    Here is an image of what happens

    [img]http://www.dialogr.com/hrpool/images/overlap.jpg[/img]

    #47963
    Argeaux
    Participant

    Its somehow messing up with the relative / absolute positions. If i remove the position relatives from the spans it is working, but probably not the way you want it to work …

    #47964
    j_liu21
    Member

    Yes I have it working without the nested relative, but am looking to show the popup relative to the link. It’s interesting, I basically copied this from an example as you can see it’s pretty simple. Odd that no one else has reported it.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.