Clickable Image Link over logo help
-
Hey guys i was hoping you might be able to help me out.
My wordpress site is here
Im trying to add an image and make it a link to another site over the top of my sites logo. as you can see on the site linked above, over on the top right there is a logo for another site. I want to make that a clickable link. at the minute when you click on it, it brings you to my site gamersireland.ie because its over the top of my logo.
I added this to style.css
#followme {
float:right;
margin-top: 30px;
background: url(images/cstoplink.png) no-repeat;
height: 120px;
width: 132px;
}and this line to header.php
<div id=”followme” onclick=”location.href=’http://www.celticsnipers.com/’;”></div>
But it still seems to link to gamersireland.ie
any help you could offer would be greatly appreciated!
Thanks
Keith
The topic ‘Clickable Image Link over logo help’ is closed to new replies.