Skip to content

Instantly share code, notes, and snippets.

@lizyjoy
Created August 27, 2012 06:09
Show Gist options
  • Select an option

  • Save lizyjoy/3486100 to your computer and use it in GitHub Desktop.

Select an option

Save lizyjoy/3486100 to your computer and use it in GitHub Desktop.
DWP Badge
<!-- Begin Design Week Sticky Badge -->
<style type="text/css">
*{margin:0px;padding:0px;}
#dwp
{
background:transparent url('http://www.scribbletone.com/clients/designportland/web-badge/badge.png') no-repeat scroll 0px 0px;
height:96px;
right:-2px;
position:fixed;
bottom:50px;
width:98px;
}
div#dwp:hover
{
background-position:0px -97px;
}
#dwp a
{
display:block;
height:96px;
width:98px;
border:none !important;
text-indent: -9999px;
}
</style>
<div id="dwp"><a href="http://www.designweekportland.com" target="_blank" >DWP</a></div>
</div>
<!--End Design Week Sticky Badge-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment