Hotlink picture behind adsense ad?

Ajesto

Registered Member
Joined
Feb 18, 2013
Messages
59
Reaction score
2
So I got a picture set up behind my adsense ad, perfectly centered and all.

Is it possible to make it clickable? and href to a link?

So my adsense ad has Class and ID called adwithbackdrop

This is how it looks in my CSS file.

.adwithbackdrop {
width: 300px;
height: 288px;
background-image: url('http://i.imgur.com/JS9zBJD.jpg');
background-position: bottom;
background-repeat: no-repeat;
}

So is there anything I can do too make that picture hotlinked?
 
Back
Top