Mei Awm Law

Make scroll menu on posting / blog archive တုိေအာင္လုပ္ရေအာင္

1.Blog ထဲ၀င္ပါ
2.Design ကိုကလိပါ
3.Edit HTML ကိုကလိပါ
4.Expand Widget Template အမွန္ျခစ္ပါ...မေမ႔နဲ႔ အေရးၾကီးတယ္
5.Ctrl+f နဲ႔ ေအာက္က ကုတ္ကိုရွာပါ
<div id='ArchiveList'>
အေပၚကကုတ္ေတြ႔ရင္ အေပၚကကုတ္ရဲ႕ေအာက္မွာ ေအာက္ကကုတ္ကို ထပ္ထည္႔ေပးပါ
<div style='overflow:auto; width:ancho; height:200px;'>
ဒီမွာ Height:200px; ကိုႀကိဳက္ သလို ေျပာင္းလို႔ရတယ္..က်ေနာ္ကေတာ႔ ၁၀၀ ထားတယ္။


ၿပီးေတာ႔
</div>
</div>
ဒီလို ကုတ္ႏွစ္ခုၾကားမွာ
</div>
တစ္လံုးထပ္ထည္႔ေပးပါ
ေအာက္ကကုတ္လို ျဖစ္သြားရင္ေတာ႔ Ok သြားၿပီ.......
1 - Find the code below, and the red codes are that you must insert / add into it

<div id='ArchiveList'>
<div style='overflow:auto; width:ancho; height:200px;'>
<div expr:id='data:widget.instanceId + &quot;_ArchiveList&quot;'>
<b:if cond='data:style == &quot;HIERARCHY&quot;'>
<b:include data='data' name='interval'/>
</b:if>
<b:if cond='data:style == &quot;FLAT&quot;'>
<b:include data='data' name='flat'/>
</b:if>
<b:if cond='data:style == &quot;MENU&quot;'>
<b:include data='data' name='menu'/>
</b:if>
</div>
</div>
</div>
<b:include name='quickedit'/>
</div>

Look here for HTML color codes

Source:http://seoblog7.blogspot.com/2010/10/make-scroll-menu-for-label-post-widget.html
Back to Top