Zen Cart Logo

footer menu

Views: 1,435

Results 1 to 10 of 10
7 Mar 2011, 6:10 PM
#1
alexdog1805 avatar

alexdog1805

Zen Follower

Join Date:
Sep 2010
Posts:
109
Plugin Contributions:
0

footer menu

#navSuppWrapper ul li a {
background-color: yellow;
color: black;
margin: 100px 200px 0px -100px;
padding: -40px;
text-align: center;
}

How to change the code that footer menu display like the foto attached?

7 Mar 2011, 7:18 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: footer menu

The zip doesn't want to open. You don't need to zip images.

8 Mar 2011, 2:49 PM
#3
keneso avatar

keneso

Totally Zenned

Join Date:
May 2009
Posts:
1,273
Plugin Contributions:
3

Re: footer menu

@gjh42
Use 7zip

8 Mar 2011, 3:19 PM
#4
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: footer menu

I prefer to, but my computer makes it take several more steps to use that rather than the machine's utility, so when I'm feeling lazy... At any rate, the image doesn't tell much beside generic look, which the OP's styling already gets to.

What we need is to see your site live, so we can test things. Also, a description of what it is about the example that you are having difficulty with.

#navSuppWrapper ul li a { <--this applies to individual links only; you also need one or more rules to style the whole list.
background-color: yellow;
color: black;
margin: 100px 200px 0px -100px; <-------probably better used for #navSuppWrapper ul {}
padding: -40px; <------negative padding is invalid
text-align: center;
}

8 Mar 2011, 3:49 PM
#5
alexdog1805 avatar

alexdog1805

Zen Follower

Join Date:
Sep 2010
Posts:
109
Plugin Contributions:
0

Re: footer menu

problem solved

8 Mar 2011, 4:11 PM
#6
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: footer menu

So what turned out to be the problem, and the solution?

8 Mar 2011, 4:42 PM
#7
alexdog1805 avatar

alexdog1805

Zen Follower

Join Date:
Sep 2010
Posts:
109
Plugin Contributions:
0

Re: footer menu

i delete completely the footer menu:)

8 Mar 2011, 5:24 PM
#8
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: footer menu

OK then:)

9 Mar 2011, 8:23 PM
#9
alexdog1805 avatar

alexdog1805

Zen Follower

Join Date:
Sep 2010
Posts:
109
Plugin Contributions:
0

Re: footer menu

i decided that it's better to use footer links :))

#navSuppWrapper ul li {
background-color: black;
color: white;
text-align: center;
}

http://otisweb.ro/test/index.php

what padding/margin should I se to positionate footer link just before the "Copyright © Florida Elite Furnishing"

and both should be inline with paypal/mastercard/visa photos and centered.

9 Mar 2011, 8:52 PM
#10
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: footer menu

Add to your stylesheet

#siteinfoLegal {float: right; margin-right: 20px; position: relative; top: -6.7em;}

#navSuppWrapper {float: left; margin-left: 200px; position: relative; top: -6.7em;}