[FM] Code index_box cập nhập 17-8

  Bài viết hay nhất1
[FM] Code index_box cập nhập 17-8 Untitl74

giúp mình cái này với
  Bài viết hay nhất2
index_box tìm:
Code:
{catrow.forumrow.FORUM_NAME}

thay bằng:
Code:
<div class="boxtnb"><dl><font color="00bbff" size="4">{catrow.forumrow.FORUM_NAME}</font></dl></div>

cho cái này vào css

Code:
.boxtnb {
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://i43.servimg.com/u/f43/16/03/04/56/box_sh10.gif) no-repeat bottom left;

  font-size:.9em;
margin:1px 3px 2px 1px;

position:relative;
left:-25px;
transform:rotate(-2deg); -moz-transform:rotate(-2deg); -webkit-transform:rotate(-2deg);

}.boxtnb: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;

}

  Bài viết hay nhất3
xem
  Bài viết hay nhất4
Bạn không có quyền trả lời bài viết