Một số mã Code trang trí cho website của bạn
... "TYPE=PICT;ALT=1408486" 1408486 CODE hiệu ứng dùng để trang trí : "XXX" width="1000" height="900" wmode="transparent" align="center"> Lựa chọn ... chỗ “XXX” trong đoạn code trên. Thí dụ: link hoa rơi màu tím : "" width="1000" height="900" wmode="transparent" align="c...
Ngày tải lên: 26/08/2013, 19:10
Code html trang trí website
... document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) { scrWidth = document.documentElement.clientWidth; scrHeight = document.documentElement.clientHeight; ... document.documentElement.clientHeight; } else { if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) { scrWidth = document.body.cli...
Ngày tải lên: 08/09/2013, 05:10