7/23/2012, 20:31
Bước 1:
-ACP-> Display-> Homepage-> Structure and hierarchy-> Split categories on index
chọn Medium
ACP-> Display-> Homepage-> Structure and hierarchy-> Hierarchy
tùy chỉnh như hình sau: [You must be registered and logged in to see this image.]
Bước 2 vào index_box
Ctrl + F tìm và thay :
Bước 3: Thêm vào css:
-Có background: (code dưới có background màu xanh da trời với mã màu là #ccf0ff các bạn có thể thay màu tùy ý)
Demo: [You must be registered and logged in to see this image.]
Cho cái này vào css nhá
-Không có background:
[You must be registered and logged in to see this image.]
Ko có thì cho cái lày ^^
Hết rùi ( Nguồn Cntt-k3)
-ACP-> Display-> Homepage-> Structure and hierarchy-> Split categories on index
chọn Medium
ACP-> Display-> Homepage-> Structure and hierarchy-> Hierarchy
tùy chỉnh như hình sau: [You must be registered and logged in to see this image.]
Bước 2 vào index_box
Ctrl + F tìm và thay :
- Code:
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
- Code:
<div id="smallrum">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
Bước 3: Thêm vào css:
-Có background: (code dưới có background màu xanh da trời với mã màu là #ccf0ff các bạn có thể thay màu tùy ý)
Demo: [You must be registered and logged in to see this image.]
Cho cái này vào css nhá
- Code:
#smallrum{padding: 0.4em 1em;margin: 3px 1px;
background: #ccf0ff none;
-moz-box-shadow: -2px 2px 2px #c8c8c8;
-webkit-box-shadow: -2px 2px 2px #c8c8c8;box-shadow: -2px 2px 2px #c8c8c8;color: #ccf0ff;width: 375px;}
#smallrum a img{vertical-align: middle; padding-right: 2px;}
#smallrum a.gensmall {
display: inline-block;
text-align: left;
width: 160px;
}
-Không có background:
[You must be registered and logged in to see this image.]
Ko có thì cho cái lày ^^
- Code:
#smallrum{padding: 0.8em 1em; margin: 3px 1px;
color: #FFFFFF; width: 375px;}
#smallrum a img{vertical-align: middle; padding-right: 2px;}
#smallrum a.gensmall {
display: inline-block;
text-align: left;
width: 160px;
}
Hết rùi ( Nguồn Cntt-k3)