see URL:
http://catalyst.backstageweb.net.
The Facebook and Twitter buttons are showing and linking to the alt text. The alt text shouldn't be showing and it should be linking to the whole button.
Code:
<div id="fb"><a href="#"><img src="<?php bloginfo('template_url') ?>;/images/buttonFB.jpg" alt="Facebook" title="Like Us!" border="0"></a>
</div>
<div id="twitter"><a href="#"><img src="<?php bloginfo('template_url'); ?>/images/buttonTwitter.jpg" alt="Twitter" title="Follow us on Twitter!" border="0"></a></div>
Code:
#fb {
background:url(../css/images/buttonFB.png) no-repeat;
left:272px;
top:0;
position:absolute;
height:45px;
}
#twitter {
background:url(../css/images/buttonTwitter.png) no-repeat;
left:316px;
top:0;
position:absolute;
height:45px;
}
This is exactly how they're coded on another site without incident. - ?