Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS PLEASE HELP, please … aligning social media icon w/footer text Re: PLEASE HELP, please … aligning social media icon w/footer text

#108856
Dakrneveah
Member

You can fiddle this with this stuff. I didn’t see anything that wouldn’t make it not work in all browsers. I would prefer using top: right: left: bottom to position it

..copyrights {
color: #006666;
float: right;
font: 10px/1 Georgia,"Times New Roman",Times,serif;
letter-spacing: 1px;
text-align: right;
text-transform: uppercase;
width: auto;
position: absolute;
top: 99%;
left: 30%;
bottom: 5px;
}
a.social-fb {
background: url("../images/facebook.png") no-repeat scroll 0 0 transparent;
display: block;
height: 16px;
width: 16px;
float: right;
position: absolute;
top: 98%;
bottom: 5px;
right: 5%;
margin: 0 0 0 0;
letter-spacing: 2%;
}