Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to create a blank extending sidebox ?

How to create a blank extending sidebox ?

Locked

Views: 1,796

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
27 May 2008, 9:17 PM
#1
travis_clark avatar

travis_clark

New Zenner

Join Date:
May 2008
Posts:
4
Plugin Contributions:
0

How to create a blank extending sidebox ?

I was wondering if its possible to create an empty sidebox that extends the height of the page to fill in blank space such as on this page.

http://www.apollolaserengraving.com/index.php?main_page=products_all

Any and all suggestions welcome.

Thanks

28 May 2008, 4:51 AM
#2
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,786
Plugin Contributions:
13

Re: How to create a blank extending sidebox ?

There are mods available in the downloads section above. Beware of Template Monster Templates. They will cause you much pain.

Don't forget that some sideboxes will pop up after a customer places an item in their cart.

28 May 2008, 11:41 AM
#3
travis_clark avatar

travis_clark

New Zenner

Join Date:
May 2008
Posts:
4
Plugin Contributions:
0

Re: How to create a blank extending sidebox ?

yeah I tried the blank sidebox module but it doesn't seem to be what I need. Any others that might do the trick. As you can see I am new to zen cart.

I do know about Template Monster Templates but I wanted to get something up and running that looked half-way decent while I'm working on our custom layout.

Thanks for the reply

6 Jun 2008, 12:57 AM
#4
khopek avatar

khopek

Totally Zenned

Join Date:
Aug 2006
Location:
portlandish, oregon
Posts:
795
Plugin Contributions:
0

Re: How to create a blank extending sidebox ?

Perhaps instead you might set the image to #navColumnOne? Like this:

#navColumnOne {
background-image:url(URL TO YOUR IMAGE);
background-repeat: repeat;
height: 100%;
}

6 Jun 2008, 1:27 AM
#5
bigbadboy avatar

bigbadboy

Totally Zenned

Join Date:
Apr 2008
Location:
London
Posts:
557
Plugin Contributions:
0

Re: How to create a blank extending sidebox ?

or
min-height: 100%;

possibly?