أزرار صعود وهبوط يمكنك استخدامها للتنقل إلى أعلى وأسفل محتوى الصفحة، وخصوصا عندما يكون هناك العديد من المواد في الصفحة الرئيسية أو عندما يكون هناك مقال لديه الكثير من التعليقات. هذه الأزرار لها تأثير FADEIN الاختفاء التدريجي، وهذا يعني أنها سوف تتلاشى قليلا عندما يكون التمرير إلى أعلى أو أسفل الصفحة .
الخطوة 1. الذهاب إلى قالب، انقر على زر تحرير HTML
الخطوة 2. حدد "توسيع قوالب القطعة" مربع
الخطوة 3. بحث (باستخدام CTRL + F) عن الكود الاتي :
اقتباس:
]]></b:skin>
الخطوة 4. فقط فوق هذا الرمز، الصق هذا الكود :
اقتباس:
/* Up and Down Buttons with jQuery
----------------------------------------------- */
.button_up{
padding:7px; /* Distance between the border and the icon */
background-color:white;
border:1px solid #CCC; /* Border Color */
position:fixed;
background: whiteurl() no-repeat top left;
background-position:50% 50%;
width:20px; /* Button's width */
height:20px; /* Button's height */
bottom:280px; /* Distance from the bottom */
right:5px; /* Change right to left if you want the buttons on the left */
white-space:nowrap;
cursor: pointer;
border-radius: 3px 3px 3px 3px;
opacity:0.7;
filter:progid:DXImageTransform.Microsoft.Alpha(opa city=70);
}
.button_down{
padding:7px; /* Distance between the border and the icon */
background-color:white;
border:1px solid #CCC; /* Border Color */
position:fixed;
background: white url() no-repeat top left;
background-position:50% 50%;
width:20px; /* Button's width */
height:20px; /* Button's height */
bottom:242px; /* Distance from the bottom */
right:5px; /* Change right to left if you want the buttons on the left */
white-space:nowrap;
cursor: pointer;
border-radius: 3px 3px 3px 3px;
opacity:0.7;
filter:progid:DXImageTransform.Microsoft.Alpha(opa city=70);
}
المعهد غير مسؤول عن أي اتفاق تجاري أو
تعاوني بين الأعضاء
فعلى كل شخص تحمل مسؤولية
نفسه تجاه مايقوم به من بيع وشراء وإتفاق
وإعطاء معلومات مدونته التعليقات المنشورة لا تعبر عن رأي معهد
خبراء
البلوجر ولا نتحمل أي مسؤولية قانونية حيال ذلك
(ويتحمل كاتبها مسؤولية النشر)