Zen Cart Logo

Sidebox footer

Locked

Views: 1,372

Results 1 to 10 of 10
This thread is locked. New replies are disabled.
9 Feb 2007, 11:51 PM
#1
mcmatt avatar

mcmatt

New Zenner

Join Date:
Feb 2007
Posts:
20
Plugin Contributions:
0

Sidebox footer

I've tried for a long time to get a footer to the sidebox. And I solved the problem. But now there's another issue. I want:

  • different footer to each sidebox

What files do I change and with what?

Please help me...and please explain it like i'm a newbie

//Mattias

10 Feb 2007, 1:33 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Sidebox footer

Most sideboxes belong to the same css class but also have a unique tag.

You should get FireFox and the web tools extention and you can uncover these elements and their names.

then you can apply your image in the stylesheet.css file in a similar fashion as this and adjust the items to match your image dimemsions like padding-bottom:

#YourSideBoxTag {
	padding: 0.4em;
	border-left: 1px solid #9B11A1;
	border-right: 1px solid #9B11A1;
	padding-bottom: 2.5em;
	background-color: #ffffff;
	background-image: url(../images/sidebox_bot.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	}
10 Feb 2007, 2:47 PM
#3
mcmatt avatar

mcmatt

New Zenner

Join Date:
Feb 2007
Posts:
20
Plugin Contributions:
0

Re: Sidebox footer

OK, thanx...that worked. But now I have a new problem. I can't get a footer to the menu. Because the menu is dynamic in height i want a div under the menu with a "footerimage". How can I do that??? I can't figure it out with firefox webtools.

Best regards

Mattias

10 Feb 2007, 2:49 PM
#4
mcmatt avatar

mcmatt

New Zenner

Join Date:
Feb 2007
Posts:
20
Plugin Contributions:
0

Re: Sidebox footer

If anyone want to look at the problem.

http://www.mrgunnarsson.com/romi

10 Feb 2007, 2:50 PM
#5
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Sidebox footer

I can't determine what you want from your description and can't see what you have attempted without a url

10 Feb 2007, 2:54 PM
#6
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Sidebox footer

You should probably download a copy of the template "future zen" and see how this can be addressed with the "sliding door" css technique

10 Feb 2007, 4:21 PM
#7
mcmatt avatar

mcmatt

New Zenner

Join Date:
Feb 2007
Posts:
20
Plugin Contributions:
0

Re: Sidebox footer

I've loked through the future_zen_template but it's not what i want. I want to place a "div" under the menu. And inside that div I want a image. So if the menu gets longer the div will follow. Is it possible to do this?

//Mattias

10 Feb 2007, 5:25 PM
#8
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Sidebox footer

I was not suggesting that this template was what you wanted only that the "sliding door" css technique might be of interest to you as this method will allow what you seek.

10 Feb 2007, 6:13 PM
#9
mcmatt avatar

mcmatt

New Zenner

Join Date:
Feb 2007
Posts:
20
Plugin Contributions:
0

Re: Sidebox footer

OK...I was confused...i searched after "sliding doors" on google and read about it. After that I understood what to change in the css and that solved the problem. Thanx Cobra. You're the man

Sincerely

Mattias

10 Feb 2007, 6:16 PM
#10
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Sidebox footer

That technique is also used in this template and why I thought you could look at the application there