View Single Post
Old 12-21-2012, 04:55 PM   PM User | #1
johndove
New Coder

 
Join Date: Jul 2005
Posts: 99
Thanks: 29
Thanked 0 Times in 0 Posts
johndove is an unknown quantity at this point
Links are on the alt text

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. - ?
johndove is offline   Reply With Quote