limit div size

Discussion in 'CSS' started by knickerbocker, Oct 8, 2009.

  1. #1
    Hello,

    we have dynamic content pages that sometimes the title of them appears behind another div, instead of in 2 lines. Since we are using 100% of the screen width, it appears this way on lower resolutions (see attached screenshot). See page sample at:
    http://bit.ly/1OBsZ6

    Any suggestions how to solve it?
     
    knickerbocker, Oct 8, 2009 IP
  2. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It shouldn't do that naturally, so without code to see, we can't even make good guesses on what was screwed up in the first place.

    Normally one block will push another block down. The title should have been appearing AFTER the (does that say PDF? Can't read it, too small) pink block anyway.

    Likely you're using absolute positioning where you shouldn't be. Absolute boxes don't see each other and will overlap if they can.
     
    Stomme poes, Oct 8, 2009 IP