Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

central space height

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #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
  #2  
Old 04-20-2008, 09:40 AM
  kube's Avatar 
kube kube is offline
 

X-Adept
  
Join Date: Sep 2005
Location: London: a small place East of Wales
Posts: 529
 

Default Re: central space height

Try adding display:block;

It is better to place your class centralspace in a DIV instead, rather than on a TD.

I wouldn't recommend forcing a scrollbar on your main content.
__________________
Doms
kube v4.1.9
Reply With Quote
  #3  
Old 04-21-2008, 02:22 AM
 
amcc amcc is offline
 

Advanced Member
  
Join Date: May 2007
Posts: 73
 

Default Re: central space height

Thanks Kube, to get it to work in Firefox my css now looks like:

TD.centralspace {
overflow: auto;
height: 1000px;
vertical-align: top;
display: block;
}

However, this won't in Explorer 7! Is there something I need to do for explorer?

Or your opinion on what i am trying to do would be appreciated. You can see the page length issue at:

https://www.kharmamarket.com/nirmal-das-india-m-15.html

Some of the artists profiles will be quite lengthy and will have many products.
__________________
X-Cart Pro 4.1.8
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 05:43 AM.

   

 
X-Cart forums © 2001-2020