assasin172

code

Jan 22nd, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.37 KB | None | 0 0
  1. <a href="http://twitter.com/me" title="Twitter link">
  2. <div id="twitterbird" class="sidebar-poster"></div></a>
  3.  
  4. div.sidebar-poster {
  5. margin-bottom: 10px;
  6. background-position: center top;
  7. background-repeat: no-repeat;
  8. width: 160px;
  9. }
  10. #twitterbird {
  11. background-image: url('twitterbird.png');
  12. }
  13. #twitterbird:hover {
  14. background-image: url('twitterbird_hover.png');
  15. }
Advertisement
Add Comment
Please, Sign In to add comment