Forums

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

Home Forums CSS [Solved] Help this n00b with CSS please (absolute elements)

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26312
    wmenochs
    Member

    ok I have a slideshow in the post content on this wordpress page. When I try to overlay these two images of houses that are also links it displays how I want it in Firefox, but not in ie8. I am not really concerned with ie6 just ie7 and 8. The container’s position is relative. Any help would be appreciated.

    http://npa.cookevilleweb.com is the website you can check out.

    here is my css:

    Code:
    img.findahome {
    border:none;
    overflow:hidden;
    position:absolute;
    right:702px;
    top:342px;
    z-index:50;
    }
    img.financeahome {
    border:none;
    overflow:hidden;
    position:absolute;
    left:702px;
    top:342px;
    z-index:50;
    }

    and the html

    Code:
    [smooth=id:13]

    #65013
    wmenochs
    Member

    Still haven’t figured this out. If anyone could help that would be great. If you view the website in firefox everything looks fine, but in IE the little house images are not there.

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