Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Increase column height to the length of the page


mystifier_uk

Recommended Posts

Posted

you would have to set a css class for the background of the left navigation table cell. If you're using a plain osc then make a test page and add the class to this code:

 

<td width="<?php echo BOX_WIDTH; ?>" valign="top">

 

once you make the test page the way you want you could start altering the main pages of the catalog.

Posted

you put like:

<td class="someclass" width="<?php echo BOX_WIDTH; ?>" valign="top">

and then you define it in your catalog\stylesheet.css.

 

Sorry, I'm a newbie - how would I add a class?

then how did you customize your left column of your pages?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...