• Im trying to design a custom theme.. Everything works fine.. except the overflow command in my div for the posts. Here’s the thing, it scrolls vertically when I use plain text as a test, but it only scrolls horizontaly when I use the Loop, and each entry keeps pushing the div further and further down without scrolling.

    Anybody have any tips or suggestions? im pulling hair out here! ugh..

    thanxs!

    Here’s my code:

    div.content{
    float: right;
    background: white;
    width: 300;
    height: 400;
    overflow: auto;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • difficult to understand scrolls horizontaly and pushing down?

    Do you have an url?

    Thread Starter metrosonus

    (@metrosonus)

    Thread Starter metrosonus

    (@metrosonus)

    I hope the link helps! Sorry..:)

    You put the content-div into the post-div and you many floatings, do you really need that?

    Thread Starter metrosonus

    (@metrosonus)

    Ive fixed it ..I mixed up the divs trying to figure out what was causing the problem.

    I probabaly went over board on the code trying to figure out what was wrong.. I may if I have time go back and streamline it.

    The problem came from where the loop started and ended. You basicly have to place the the loop inside the container that you want to scroll. The problem i had was that portions were out side of the container.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Div overflow not working ?’ is closed to new replies.