To make a scrollbar is very easy. Dhemz is a good teacher.lol. THANKS AGAIN TO DHEMZ!!!
Please follow the steps carefully:
1. Open your layout, then click the tab EDIT HTML.
2. Make a back-up of your template. In case changes don't work you can always go back to your old template.
3. Scroll down, and find the id. The id looks like this:The high lighted color in blue is the id of my Labels.
Remember your id. I put the scrollbar on my Labels (the title).
4. Find the word SIDEBAR in your html. and write under the word SIDEBAR the one in red color.
/* ----- SIDEBAR ----- Blogger template design by Ourblogtemplates.com */
/* Sidebar Content */
#Label1 {
height:600px;
overflow:auto;
}
Below is the scrollbar for the Blog List:
/* ----- SIDEBAR ----- Blogger template design by Ourblogtemplates.com */
/* Sidebar Content */
# BlogList1 ul{
height:600px;
overflow:auto;
}
5. Click PREVIEW
6. Click SAVE TEMPLATE
As you can see the difference is only the id.
The title Labels, the id is Label1
The title Blog List, the id is BlogList1
You can change the height of the bar, maybe 400px, 300px etc.
The rest you do the same. Give me a yell if you can't.
GOOD LUCK!!!
Continue reading...