Advertisement
admintrl

script like box

Jan 20th, 2014
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. <!-- FB melayang tombol close --!>
  2. <style type='text/css'>
  3. #kotak-facebook {
  4. position:fixed !important;
  5. position:absolute; /* IE6 */
  6. bottom:-1000px;
  7. right:40%;
  8. margin:0px 0px 0px -182px;
  9. width:310px;
  10. height:auto;
  11. padding:16px;
  12. -webkit-box-shadow: 0px 0px 7px #222;
  13. -moz-box-shadow: 0px 0px 7px #222;
  14. box-shadow: 0px 0px 7px #222; background-color:#FFFFFF; font:normal 1em Cambria,Georgia,Serif;
  15. color:#111;
  16. -webkit-border-top-left-radius: 20px;
  17. -webkit-border-bottom-right-radius: 20px;
  18. -moz-border-radius-topleft: 20px;
  19. -moz-border-radius-bottomright: 20px;
  20. border-top-left-radius: 20px;
  21. border-bottom-right-radius: 20px;}
  22. #kotak-facebook a.close {
  23. position:absolute;
  24. top:-10px;
  25. right:-10px;
  26. background:#333;
  27. font:bold 16px Arial,Sans-Serif;
  28. text-decoration:none;
  29. line-height:22px;
  30. width:22px;
  31. text-align:center;
  32. color:#fff;
  33. border:2px solid #fff;
  34. -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
  35. -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
  36. box-shadow:0px 1px 2px rgba(0,0,0,0.4);
  37. -webkit-border-radius:10px;
  38. -moz-border-radius:10px;
  39. border-radius:10px;
  40. cursor:pointer;
  41. }
  42. </style>
  43. <script type='text/javascript'>
  44. $(window).bind("load", function() {
  45. // animasikan nilai top saat halaman telah selesai dimuat
  46. $('#kotak-facebook').animate({bottom:"50px"}, 1000);
  47. // hilangkan kotak pesan saat tombol (x) di klik
  48. $('a.close').click(function() {
  49. $(this).parent().fadeOut();
  50. return false;
  51. });
  52. });
  53. </script>
  54. <div id='kotak-facebook'>
  55. <p style=" margin-right:10px; font-size:15px; color:#000000;">Please Bantu Saya,<blink> Like This !!!</blink> </p>
  56. <!-- Mulai --!>
  57.  
  58. -----Letakan Script Widget Like Box Facebook disini-----
  59.  
  60. <!-- Selesai --!><a class='close' href='#'>&times;</a>
  61. <p style=" float:right; margin-right:35px; font-size:10px;" >Powered By <a style=" font-size:10px; color:#3B78CD; text-decoration:none;" href="http://regibrader-free.blogspot.com/search/label/Widget%20Blogspot">Blogger Widget</a> and <a style=" font-size:10px; color:#3B78CD; text-decoration:none;" href="http://regibrader-free.blogspot.com/2013/05/cara-memasang-widget-like-box-facebook.html">Get This Widget</a></p>
  62. </div>
  63.  
  64. ##cara pakai
  65. Masukin script Widget Like Box Facebook di -----Letakan Script Widget Like Box Facebook disini----- .tulisan berwarna biru buat kata title like box nya . Script di atas includekode-kode warna, ukuran dan posisi bisa di ubah ubah sesuai keinginan.
  66. contoh hasil : http://4.bp.blogspot.com/-scpueVgG0Gk/UYS37zVGEZI/AAAAAAAAB5Y/dEe4n8WXH6k/s1600/Untitled1.png
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement