Div overflow not working ?
-
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)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Div overflow not working ?’ is closed to new replies.