Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- center positioning new text


thunderwoman - 4:47 pm on Feb 5, 2013 (gmt 0)


Hi, need to rework the footer on this site:
[snowcityarts.org...]

This is the current CSS code:
#footer {
position: relative;
top: -50px;
left: -7px;
margin: 0 auto;
background: #FFDE7C;
width: 100%;
height: 63px;
vertical-align: middle;

}

#footer p {
font-size: 10px;
margin: 0 0 0 10px;
}

#footer #right-side {
width: 330px;
position: absolute;
right: 10px;
top: 1px;
}

#footer #right-side img {
padding: 2px 10px 0 0;
vertical-align: middle;
}

#footer #left-side {
width: 400px;
height: 100%;
vertical-align: middle;
padding: 15px 0 0 10px;
}
I need to add name and address to the center of the band but no matter what I do, it positions below the left side text.

This is what the footer code currently looks like:
<div id="footer">
<div id="left-side">
Copyright &copy;<?php echo date("Y"); echo " "; bloginfo('name'); ?> <br />
<a href="/contact" style="color:#FF8D00;">Contact Us</a> |<a href="/privacy" style="color:#FF8D00;"> Privacy Policy &amp; Terms</a></p>
</div>
<div id="right-side"><img src="/web_images/footer-national-endowment.jpg" /><img src="/web_images/footer-arts-council.jpg" /><img src="/web_images/footer-city-arts-grants.jpg" /></div>
</div>

ANY help would be greatly appreciated.
dk


Thread source:: http://www.webmasterworld.com/css/4542588.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com