آخر الأخبار

الجمعة، 27 ديسمبر 2013

إضافة زر الصعود إلى أعلى لمدونة بلوجر

إضافة زر الصعود إلى أعلى لمدونة بلوجر 



طريقة تركيب الإضافة

1- ادخل إلى مدونتك / أختر تحرير قالب 

2- أبحث عن الوسم </body> ثم أضف الكود التالي فوقه

الكود


<style type="text/css">
#CoolWorld-Top {-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;co​lor:#444;text-decoration:none;border:1px solid #C9C9C9;}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/javascript"/>
<script type='text/javascript'>
    jQuery(function($) {
        $.fn.scrollToTop = function() {
        $(this).hide().removeAttr(&quot;href&quot;);
        if ($(window).scrollTop() != &quot;0&quot;) {
            $(this).fadeIn(&quot;slow&quot;)
        }
        var scrollDiv = $(this);
        $(window).scroll(function() {
        if ($(window).scrollTop() == &quot;0&quot;) {
        $(scrollDiv).fadeOut(&quot;slow&quot;)
        } else {
        $(scrollDiv).fadeIn(&quot;slow&quot;)
        }
    });
    $(this).click(function() {
        $(&quot;html, body&quot;).animate({
        scrollTop: 0
        }, &quot;slow&quot;)
    })
    }
});
jQuery(function($) {
    $(&quot;#CoolWorld-Top&quot;).scrollToTop();
});
</script>
    <a href="#" id="CoolWorld-Top" style="display: none;">انتقل إلى الأعلى </a>

3- إحفظ القالب 


Note:- الرجاء من الأخوة الكرام : زوار المدونة عدم النسخ دون ذكر المصدر
no image
موضوع المشاركة: إضافة زر الصعود إلى أعلى لمدونة بلوجر 9 من خلال 10 وعلى أساس 10 تصنيف. 9 تعليقات المستخدمين.
  • تعليقات بلوجر
  • تعليقات الفيس بوك

0 Comments:

رسالة تنبيه
    يسعدنا تفاعلكم بالتعليق لكن يرجى مراعاة الشروط التالية لضمان نشر التعليق :
    أن لا تضع أي روابط خارجية
    أي سؤال خارج محتوى التدوينة يرجى استخدام صفحة الدعم الفني
    صفحة الدعم الفني
  • أن يكون التعليق خاص بمحتوى التدوينة إضافة زر الصعود إلى أعلى لمدونة بلوجر
  • لإضافة كود حوله أولا بمحول الأكواد
انقرهنا لتحويل الكود

إرسال تعليق

Item Reviewed: إضافة زر الصعود إلى أعلى لمدونة بلوجر Description: Rating: 5 Reviewed By: home blogger