pregnancy

كيفيه اضافه سهم الصعود للاعلي لمدونات بلوجر

 كيفيه اضافه سهم الصعود للاعلي لمدونات بلوجر
اليوم سنعرف كيفيه اضافه سهم الصعود للاعلي لمدونات بلوجر

الكود المستعمل في الشرح في الشرح : 

<!--ABT Start-->
<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>
div#page {
max-width: 900px;
margin-left: auto;
margin-right: auto;
padding: 20px;
}
.back-to-top {
position: fixed;
bottom: 2em;
right: 0px;
text-decoration: none;
color: #000000;
background-color: rgba(235, 235, 235, 0.80);
font-size: 12px;
padding: 1em;
display: none;
}
.back-to-top:hover {
text-decoration: none;
}
</style>
<a href="#" class="back-to-top"><img src="رابط السهم" alt="back to top" / /></a>
<!--ABT End-->
الاسهم :
Arrow-ap-orange-add-b.blogspot.com Arrow-Up--add-b.blogspot.com Arrow-up-blue-add-b.blogspot.com Arrow-up-green-add-b.blogspot.com Arrow-Up-green--add-b.blogspot.com Arrow-up-red-add-b.blogspot.com arrow-up-round-blue--add-b.blogspot.com Blue-Arrow-Up--add-b.blogspot.com

كورس كامل لمدونات بلوجر من هنا


شرح فيديو



تحياتي 
كريم عاطف
Post a Comment
شكرا لتعليقك