You have obviously used dreamweaver to create alot of your code but have you tried:
.box {
height: 300px;
width: 200px;
overflow: hidden;
}
or even:
.box {
height: 300px;
width: 200px;
overflow: auto;
}
That will make any content that is to large for the box hide and so you shouldn't get any expanding boxes.
Reputation Points: 178
Solved Threads: 15
Nearly a Posting Virtuoso
Offline 1,282 posts
since Oct 2005