تسجيل الدخول
الدخول
تسجيل الدخول
السلام عليكم ورحمه الله وبركاته 

طريقه تركيب زر الصعود الى اعلى لمدونات بلوجر 

شرح : اذهب الى لوحه تحكم بلوجر و ادخل على مدونتك التي تريد اضافه عليها الزر ثم اذهب الى : التخطيط > اضافه أداة > HTML/JavaScript
ثم اضف اسم الأداة ثم انسخ هذا الكود و الصقه في المربع الكبير الفارغ
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<script>
jQuery(document).ready(function() {
var offset = 220;
var duration = 500;
jQuery(window).scroll(function() {
if (jQuery(this).scrollTop() > offset) {
jQuery('.back-to-top').fadeIn(duration);
} else {
jQuery('.back-to-top').fadeOut(duration);
}
});

jQuery('.back-to-top').click(function(event) {
event.preventDefault();
jQuery('html, body').animate({scrollTop: 0}, duration);
return false;
})
});
</script>

<style>
/*--- ToTop By th3maestro.com ----*/

div#page {
max-width: 900px;
margin-left: auto;
margin-right: auto;
padding: 20px;
}

.back-to-top {
position: fixed;
bottom: 0px;
right: 15px;
background-color:#E74C3C;
background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjTG3TfU2zJjMnzfhuid576FCWiwXqpCgrdyV7uXRJrdAxq49c8HHQ9CO-MheDDM1NnSCSNHwbhHBZvIxgVt-BDsWc1p05gMYTECpm2nYwHhmjNqG2TLSJJJFKaUee8wTrEiRAfsxOZOz4/s1600/up.png');
background-repeat: no-repeat;
padding: 18px;
border-radius: 2px 2px 0px 0px;
width: 5px;
background-position: 50% 50%;
cursor: pointer;
outline: 0px none;
}

.back-to-top:hover {
background-color: #353535;

}

/*--- ToTop By th3maestro.com ----*/
</style>

<a href="#" class="back-to-top"></a>

ثم اضغط على حفظ 
و مبروك لك الاضافه الجديده 

عن الكاتب

انا محمد من الجمهورية العراقية عمري 14 سنة ارحب بكل من يتابع مدونتي المتواضعة اتمنى لكمــ امتع الاوقات ،اتمنى لكمــ امتع الاوقات ،

معلومات عن التدوينة ozex : الكاتب بتاريخ : الثلاثاء، 28 أكتوبر 2014
: عدد الزيارات
عدد التعليقات: 0 قبل الإستعمال إقرأ إتفاقية الإستخدام

اذا كانت لديك مشكلة في هذا الموضوع فأخبرنا

ساهموا لو برد صغير