dạng ẩn hiện
dạng thanh cuộn
:c: với 2 codes trên bạn có thể làm gọn mục tài sản và cả chữ ký.
- thay chữ NỘI DUNG bằng codes tương ứng.
với chữ ký thì:
với tài sản thì:
- Spoiler:
- Code:
<script type="text/javascript">
//<![CDATA[
function showSlidingDiv{postrow.displayed.U_POST_ID}(){
$("#slidingDiv{postrow.displayed.U_POST_ID}").animate({"height": "toggle"}, { duration: 1000 });
}
//]]>
</script>
<a href="#" onClick="showSlidingDiv{postrow.displayed.U_POST_ID}(); return false;">[Click để xem tài sản / chữ kí của {postrow.displayed.POSTER_NAME}]</a>
<div id="slidingDiv{postrow.displayed.U_POST_ID}" style="display: none; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(224, 224, 224); border-right-color: rgb(224, 224, 224); border-bottom-color: rgb(224, 224, 224); border-left-color: rgb(224, 224, 224); background-color: rgb(250, 250, 250); margin-top: 4px; padding-top: 4px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px; border-top-left-radius: 3px 3px; border-top-right-radius: 3px 3px; border-bottom-right-radius: 3px 3px; border-bottom-left-radius: 3px 3px; ">
NỘI DUNG
</div>
dạng thanh cuộn
- Spoiler:
- Code:
<div class="smallfont" align="center" style="max-height: 30px; overflow-y: auto;">NỘI DUNG</div>
:c: với 2 codes trên bạn có thể làm gọn mục tài sản và cả chữ ký.
- thay chữ NỘI DUNG bằng codes tương ứng.
với chữ ký thì:
- Code:
{postrow.displayed.SIGNATURE}
với tài sản thì:
- Code:
{postrow.displayed.POSTER_RPG}
No Comment.