I'm using Zen 1.3.5 and future_zen template.
I want the centercolumn to extend to the bottom of the browser window. See: http://topquality.server268.com/inde...&products_id=7
Can't for the life of me figure out what CSS to tweak.
Thanks!
--Hugh
I'm using Zen 1.3.5 and future_zen template.
I want the centercolumn to extend to the bottom of the browser window. See: http://topquality.server268.com/inde...&products_id=7
Can't for the life of me figure out what CSS to tweak.
Thanks!
--Hugh
Hugh Hunter
hugh AT shirtsandladders DOT com
Shirts that will make you Laugh Out Loud
www.shirtsandladders.com
Ypu've added height:100% to the mainWrapper styles, but on its own this isn't enough as it has nothing to be 100% of. Add height:100% to the body styling as well. Body can then be 100% of the window height and mainWrapper can be 100% of the the body height.
No promises that there won't be side-effects however, just fingers crossed.
Last edited by Kim; 16 Sep 2006 at 11:03 PM.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Actually had to add {html height=100%; } and it worked...
Hugh Hunter
hugh AT shirtsandladders DOT com
Shirts that will make you Laugh Out Loud
www.shirtsandladders.com
so..... what are the correct changes to the stylesheet that one has to make in order to accomplish short pages extending to or near to the bottom of the browser window?
You can look at this:
http://www.zen-cart.com/forum/showthread.php?t=104107
BTW, it would have been better to start a new thread for this question.
I don't know how many times I read on here to use a previous thread instead of starting a new one. Anyways, I put the:
html {
height:100%;
}
and 100% in both body and mainWrapper
in the stylesheet and it still didn't work. I have a hard time believing that it works for some people and not others, but then again, I'm pretty new to zen cart. Thanks for the help.