Advertisement
Guest User

Voor vien

a guest
Mar 4th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. <div class="matt" style="width: 58px; height: 110px;margin-top:-19px; float:
  2. left; background: url(http://www.habbo.nl/habbo-imaging/avatarimage?figure=' .$member['look'] . '&size=m&action=crr=6,wav&direction=2&head_direction=2&gesture=sml);">
  3.  
  4.  
  5. En de style:
  6.  
  7. <style type="text/css">
  8.  
  9. .matt {
  10. width: 58px;
  11. height: 110px;
  12. margin-top:-19px;
  13. float: left;
  14. background: url('http://www.habbo.nl/habbo-imaging/avatarimage?figure=<?php $member["look"]; ?>&size=m&action=crr=6,wav&direction=2&head_direction=2&gesture=sml');
  15. }
  16. .matt:hover {
  17. width: 58px;
  18. height: 110px;
  19. margin-top:-19px;
  20. float: left;
  21. background: url('http://www.habbo.nl/habbo-imaging/avatarimage?figure=<?php $member["look"]; ?>&size=m&action=crr=6,wav&direction=2&head_direction=3&gesture=sml');
  22. }
  23.  
  24. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement