This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Begin Design Week Sticky Badge --> | |
<style type="text/css"> | |
#dwp:hover | |
{ | |
background-position:0px -88px !important; | |
} | |
</style> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="dwp"><a href="http://www.designweekportland.com" target="_blank" >DWP</a></div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="dwp"><a href="http://www.designweekportland.com" target="_blank" >DWP</a></div> | |
</div> | |
<!--End Design Week Sticky Badge--> |