treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] CSS Positioning Problem

  • 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!
  • 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..
  • "darren" said:
    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!
  • glad to help