Forums

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

Home Forums CSS [Solved] CSS Positioning Problem

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

    Argh!

    OK, I’m pulling my hair out on this one. This pesky positioning problem has been bugging me for more than two hours, so I’m here for help!

    Here’s the page I’m working on:
    http://andorra.jetspeeder.com/category/news/

    For some reason the orange speech bubble I’m using to show the blog’s post date meta data is being overlapped by the background. There is some positioning/z-index thing going on that has me baffled to why the background image would overlap this div. I’d owe someone a coffee/beer for helping me solve this one!

    #68417
    darren
    Member

    It seems like the containing div isn’t big enough to show the bubble. Try putting overflow:visable; on the containing div. I didn’t really dive to deep into your code but try this..

    #68418
    chrisL
    Member
    "darren" wrote:
    It seems like the containing div isn’t big enough to show the bubble. Try putting overflow:visable; on the containing div. I didn’t really dive to deep into your code but try this..

    Shazam! That was it. Thanks, d!

    #68422
    darren
    Member

    glad to help

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