View Single Post
  #1  
Old 04-20-2008, 03:35 AM
 
amcc amcc is offline
 

Advanced Member
  
Join Date: May 2007
Posts: 73
 

Default 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
Reply With Quote