<style type="text/css">
#bgt-StoTop {-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px; width:100px;background-color: #EEEEEE;background-color: rgba(238, 238, 238, 0.6);filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#99EEEEEE',EndColorStr='#99EEEEEE');text-align:center;padding:5px;position:fixed;bottom:10px;right:10px;cursor:pointer;color:#444;text-decoration:none;border:1px solid #C9C9C9;}
</style>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type='text/javascript'>
jQuery(function($) {
$.fn.scrollToTop = function() {
$(this).hide().removeAttr("href");
if ($(window).scrollTop() != "0") {
$(this).fadeIn("slow")
}
var scrollDiv = $(this);
$(window).scroll(function() {
if ($(window).scrollTop() == "0") {
$(scrollDiv).fadeOut("slow")
} else {
$(scrollDiv).fadeIn("slow")
}
});
$(this).click(function() {
$("html, body").animate({
scrollTop: 0
}, "slow")
})
}
});
jQuery(function($) {
$("#bgt-StoTop").scrollToTop();
});
</script>
<a href='#' id='bgt-StoTop' style='display:none;'>انتقل إلى أعلى </a>
الجمعة، 31 يوليو 2015

- عنوان المشاركة : كيفية إضافة زر الإنتقال إلى أعلى بتقنية الجي كويري لمدونات بلوجر
- الكاتب : home blogger
- الفئة: إضافات بلوجر
-
التصنيف : 100% على أساس 10 تقدير. 5 تعليقات المستخدمين.
موضوع المشاركة: كيفية إضافة زر الإنتقال إلى أعلى بتقنية الجي كويري لمدونات بلوجر
9 من خلال 10 وعلى أساس 10 تصنيف. 9 تعليقات المستخدمين.
- تعليقات بلوجر
- تعليقات الفيس بوك
الاشتراك في:
تعليقات الرسالة (Atom)
0 Comments:
إرسال تعليق