I would like the bottom links in the footer to appear vertically centered in the footer (best seen on firefox as ie displays a thinner footer. How can i achieve this? thanks
You could try this: #footer
You could try this:
#footer a { line-height:35px; }
better I would use a more
better I would use a more appropriate tag for the copy text an h2 heading doesn't really feel right . If you then strip back any margins/padding upsetting the height of the footer and instead add a little padding top and bottom to the footer element you should be able to vae the two sections of text in line.
P.S. Your duplicate post has been removed
what would be a more
what would be a more appropriate tag for the copy text? thanks
All footer items in a list
All footer items in a list split left/right where appropriate or the copy in a simple
ok im still trying to get it
ok im still trying to get it right to no avail, need some help here thanks
any further help pls?
any further help pls?
You have to use line-height
You have to use line-height in CSS code. This will be helpful for you.
Thanks,
Sunny
http://css3resources.blogspot.com/
drtanz what have you
drtanz what have you tried?
I would change the heading tag for a paragraph tag remove any margins or padding on the footer child elements until you have the text elements back in line and sitting tightly within footer and then simply try adding a little padding top and bottom to footer to allow the text to breath but remain neatly in line
problem solved thanks
problem solved thanks
How? it helps others if
How? it helps others if there is a brief explanation.
using the line-height
using the line-height suggestion:
#footer {
margin-top: 10px;
background-color: #f0f3f5;
width: 767px;
border-style: solid;
border-width: thin;
border-color: #d4d5d7;
height:30px;
line-height:30px;
}