اولا الصور عندك اختيارين ؟
يمكنك اخذها من الانترنت بالبحث عن جمله
curved arrow clipart
او الخيار الثاني بتصميمها حسب اختيارك ورفعها بمراكز التحميل
وهذا مثال الصوره
يمكنك اخذها من الانترنت بالبحث عن جمله
curved arrow clipart
او الخيار الثاني بتصميمها حسب اختيارك ورفعها بمراكز التحميل
وهذا مثال الصوره
ونتابع الاكواد "
الكود الاول
طريقة اضافة الزر
1.اذهب الى لوحة التحكم في مدونتك اختر القالب
2.تحرير html
3.قم بالبحث عن الرمز
</body>
ثم اضف الكود التالي فوق الرمز بودي
الكود الاول
طريقة اضافة الزر
1.اذهب الى لوحة التحكم في مدونتك اختر القالب
2.تحرير html
3.قم بالبحث عن الرمز
</body>
ثم اضف الكود التالي فوق الرمز بودي
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<style type="text/css">
#w2b-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'>
$(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")
})
}
});
$(function() {
$("#w2b-StoTop").scrollToTop();
});
</script>
<a href='#' id='w2b-StoTop' style='display:none;'>إلى أعلى الصفحة</a>
ملاحظة هامة إذا كان متوفر احد اصدارات ajax الكود باللون الاحمر لا تقم بإضافته مرة أخرى من أجل تجنب الاخطاء وعادةً يكون موجود فوق الرمز </head>
فقط ابحث عن هذه الكلمة ajax اذا كانت متوفرة لا حاجة لإضافة
ثم اختر حفظ
فقط ابحث عن هذه الكلمة ajax اذا كانت متوفرة لا حاجة لإضافة
ثم اختر حفظ
الكود الثاني بالصوره
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<style type="text/css">
#w2b-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'>
$(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")
})
}
});
$(function() {
$("#w2b-StoTop").scrollToTop();
});
</script>
<a href='#' id='w2b-StoTop' style='display:none;'><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhu11U93Qdh3bYOWhp2sFxn2s7eNtODWAvUKgboR6FPDFoUANggW_WMQ7PnP9ApqW8anfy1fRzANpEkrptVKAjtQ8cfQdqvrCnQ5iHlBOQ5GobmvfhLvLmSv1cYqvxa6XgfprFJ1w8MCRk/s1600/3.jpg" /></a>
وسلامتك مكان الصوره بالاحمر يمكنك التغير
ليست هناك تعليقات:
إرسال تعليق