central space height
I have some pages that run below the left and right vertical menus.
How can I force the height with scrollers so that the central space always end at a fix height?
I tried this css but didn't work:
<td class="centralspace" width="700">
<!-- central space -->
.centralspace {
overflow: scroll;
height: 500px;
vertical-align: top;
}
__________________
X-Cart Pro 4.1.8
|