How to Add Scroll bar Widget To Your Blogger :
We can add scroll bar widgets on your blogger blog . It is easy to add scroll bar widget with overflow attribute.Follow below steps to add scroll bar widget to blogger
step 1 : go to blogger dashboard
step 2 : click on layout
step 3 : click on add a gadget and select Html /JavaScript gadget
step 4 : place below code in Html /JavaScript gadget window
<div style="overflow:auto;width:240px;height:250px;padding:12px;">
<ul>
<li><a href="Url Link">Text</a></li>
<li><a href="Url Link">Text</a></li>
<li><a href="Url Link">Text</a></li>
</ul>
</div>
step 5 : click on save
step 2 : click on layout
step 3 : click on add a gadget and select Html /JavaScript gadget
step 4 : place below code in Html /JavaScript gadget window
<div style="overflow:auto;width:240px;height:250px;padding:12px;">
<ul>
<li><a href="Url Link">Text</a></li>
<li><a href="Url Link">Text</a></li>
<li><a href="Url Link">Text</a></li>
</ul>
</div>
step 5 : click on save
You can increase and decrease width and height of scroll bar widget by simply changing values in <div> tag.
0 comments:
Post a Comment