Hi Glenn
I was able to get the subscribe to email, informational boxes (green center column boxes), and the credit card mod (on the left that I recently added) all to stay on the bottom and not float anymore. All went pretty good except for the informational boxes. They are no longer 33% in width. Setting is still that, but it must not be judging the center width the same anymore. I also had problems with some content like if you clicked on subscribe to email and got an error, the text and red box would over flow over the banners on the right. I changed something (can't remember what now) and it fits except there is no padding on the right of the text and left of the banner. Could these two issues be related? Do you know how to fix?
http://animalsuperstore.com/zenpro/i...page=subscribe
stylesheet.css
Code:
.columnCenter {
padding-bottom: 14em;
}
#navColumnOneWrapper, #navColumnTwoWrapper {
margin: auto;
padding-bottom: 14em;
}
style_new.css
Code:
#contentMainWrapper {
background: url(../images/contentMainWrapper_bg.gif) repeat left top;
border: 1px solid #afadad;
border-bottom: 0 none;
padding: 10px 6px 0 6px;
position: relative;
margin:-1px 0 0 0;
}
.information_blocks {
font-size: 1.1em;
padding: 0 0px 0 2px;
position:absolute;
bottom: 2.0em;
}
style_sideboxes.css
Code:
#subscribe{
position: absolute;
bottom: 7.0em;
}
#ccaccept{
position:absolute;
bottom: 2.0em;
}
Thanks!