Thấy chuyên mục này trống vắng quá nên đăng bậy bậy ít bài chơi.
Demo: Như diễn đàn ( Cái mà rê chuột vào là nó thục vô ý )
Cách làm:
1. ACP> Display> Templates> Index_box
- Tìm và thay:
- Code:
-
{catrow.forumrow.FORUM_NAME}
- Bằng:
- Code:
-
<div class="troinoi"><dl>{catrow.forumrow.FORUM_NAME}</dl></div>
- Bấm save
2. ACP> Display> Colors & Pics> Colors> CSS
- Chèn vô cuối CSS
- Code:
-
.troinoi {
transition: all 15s ease; -webkit-transition: all 15s ease; -moz-transition: all 15s ease;
transition-delay: 5s; -webkit-transition-delay: 5s; -moz-transition-delay: 5s;
padding-bottom:9px;
background:transparent url(http://i44.servimg.com/u/f44/15/44/78/93/box_sh10.gif) no-repeat bottom left;
font-size:.9em;
margin:1px 3px 2px 1px;
position:relative;
left:-25px;
transform:rotate(-1deg); -moz-transform:rotate(-1deg); -webkit-transform:rotate(-1deg);
}
.troinoi:hover {
transition: all 3s ease; -webkit-transition: all 3s ease; -moz-transition: all 3s ease;
transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg);
position:relative;
left:10px;
}
.troinoi dl {
border:1px solid #e0e0e0;
background:white;
margin:0;
padding:4px;
list-style:none;
display:block;
text-align: justify;
}
Thế là xong ùi!
Nguồn :
[You must be registered and logged in to see this link.]