Skip to content

Instantly share code, notes, and snippets.

@azizultex
Last active January 4, 2016 02:19
Show Gist options
  • Select an option

  • Save azizultex/8554303 to your computer and use it in GitHub Desktop.

Select an option

Save azizultex/8554303 to your computer and use it in GitHub Desktop.
<!-- HTML codes -->
<a style="height:1200px;" id="ad_bg" href="your_targeted_link" target="_blank"><img src="yourimageurl" /></a>
/*CSS Codes --------------- */
#ad_bg{
top: 0;
left:0px;
position:absolute;
display: inline;
width: 100%;
cursor: pointer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment