Hi,
I have this in my style.css:
And in the .php file:PHP Code:#content {
float: left;
width: 480px;
height: 100px;
}
When the content in that box is enough to pass by the 100px of height I want a scroller. In fact the box always have to be 100px of height.PHP Code:<div id="content">
<p>Content here</p>
</div>
Can someone help me with this?
Cordially,
Johan





Bookmarks