this is what ive added to the template.css and footer.php file’s…only the one on the left shows… what did i do wrong…
http://kickndesigns.net/NXTLVL/
this is working:
/* T3 Framework logo —*/
#ja-poweredby {
background: url(../images/bsnshield.png) no-repeat left top;
height: 70px;
position: absolute;
left: 15px;
top: 5px;
width: 70px;
}
#ja-poweredby a#t3-logo {
display: block;
height: 70px;
text-indent: -999%;
width: 70px;
text-decoration: none;
}
#ja-poweredby a#t3-logo:hover,
#ja-poweredby a#t3-logo:focus,
#ja-poweredby a#t3-logo:active {
background-position: left bottom;
}
this was isnt working for some reason
/* this is the logo placed on right side of the footer*/
#ja-poweredby_1 {
background: url(../images/bsnshield.png) no-repeat right top;
height: 70px;
position: absolute;
right: 15px;
top: 5px;
width: 70px;
}
#ja-poweredby_1 a#t3-logo {
display: block;
height: 70px;
text-indent: -999%;
width: 70px;
text-decoration: none;
}
#ja-poweredby_1 a#t3-logo:hover,
#ja-poweredby_1 a#t3-logo:focus,
#ja-poweredby_1 a#t3-logo:active {
background-position: right bottom;
}[/B
and this is what i added to the footer php at the end of the file…
<div id=”ja-poweredby”>
<a id=”BSN” href=”http://www.beyondsportsnetwork.com” title=”Beyond Sports Network target=”_blank”></a>
</div>
<div id=”ja-poweredby_1″>
<a id=”BSN” href=”http://www.beyondsportsnetwork.com” title=”Beyond Sports Network target=”_blank”></a>
</div>
thanks
trey