შესვლა
Facebook / RSS
2025-07-20

დასახელება: 7 ნაირი Share / Share Script
ავტორი: G.W.M - FormatC
სისტემა: ყველა

აღწერა: ძალიან ლამაზი სკრიპტია, მაუსის მიახლოებისას სკრიპტი მუქდება მოშორებისას კი ფერმქთალდება..

Code
<center>  
<div style="clear:both;height:12px;"></div>
  <div style="width:160px;">
  <a href="აქ ჩასვით თქვენი Facebook გვერდის მისამართი" target="_blank">
  <div id="fb_" style="background:url(http://www.picz.ge/img/s4/1210/12/8/89df476130bd.png) center center no-repeat;width:74px;height:24px;float:left;opacity:0.6;display:block;"></div>
  </a>
  <a href="აქ ჩასვით თქვენი ვებ გვერდის rss მისმართი მაგალითად: /news/rss/ ეს" target="_blank">
  <div id="rss_" style="background:url(http://www.picz.ge/img/s3/1210/12/f/f953b111c9b0.png) center center no-repeat;width:72px;height:25px;float:left;opacity:0.6;display:block;margin-left:12px;"></div>
  </a>
  </div>
  <script type="text/javascript">
  $(document).ready(function(){
  $("div#fb_ , div#rss_")
  .hover(function(){
  $(this)
  .stop(true,true)
  .animate({
  opacity : 1.0
  },"slow");
  } , function(){
  $(this)
  .stop(true,true)
  .animate({
  opacity : 0.6
  },"slow");
  });
  });
  </script>
  <div style="clear:both;height:12px;"></div></center>





788
ავტორი: MORGAN კატეგორია: სკრიფტები
სულ კომენტარები: 0