• Thống kê diễn đàn


[code]Tạo icon riêng cho từng box

View previous topic View next topic Go down

[code]Tạo icon riêng cho từng box Empty [code]Tạo icon riêng cho từng box

Post by Tôm Sú 2/8/2012, 11:53 pm

Demo: [code]Tạo icon riêng cho từng box Firesh10

- Vào index_box
- Tìm code sau
Code:
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}"/>

- Thay bằng
Code:
 <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" value="{catrow.forumrow.FORUM_NAME}"  />

- Tiếp tục tìm
Code:
 <!-- BEGIN catrow -->
- Chèn dưới nó = code sau
Code:

<script type="text/javascript">
$("[value='Tên box cần thay icon']").replaceWith('<img src="link ảnh thay thế">');

</script>
- Với mỗi box cần thay ta sẽ thêm 1 đoạn code sau
Code:
$("[value='Tên box cần thay icon']").replaceWith('<img src="link ảnh thay thế">');

Nguồn zone-a7
Tôm Sú
Tôm Sú
Quản Trị Cấp Cao
Quản Trị Cấp Cao

Posts : 23
Points : 215968
Thanked : 6
Birthday : 1999-03-27
Status Yêu công nghệ
Giới tính : Female Đừng ghẹo nha

Back to top Go down

View previous topic View next topic Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum