Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.



 
Trang ChínhPhotoShop OnlinePaintBlog của bạnLatest imagesTV OnlineMusicGame Pikachu OnlineEdit HTMLUploadMapTìm kiếmĐăng kýĐăng Nhập

 

 Tạo hiệu ứng mưa trong Website

Xem chủ đề cũ hơn Xem chủ đề mới hơn Go down 
Tác giả Thông điệp
Admin
Admin
Admin
Admin

Posts : 275
Points : 825
Reputation : 1
Join date : 22/07/2009
Age : 42
Gender : Nam

Tạo hiệu ứng mưa trong Website Vide
12 08 2009
Bài gửiTạo hiệu ứng mưa trong Website

Chèn code sau vào thẻ < head >

Code:
<style>.drop { position: absolute; width: 3;  filter: flipV(), flipH(); font-size: 40; color: blue }</style><script language="javascript">//Rain/Snow effect- By Craig Blanchette Craiga.topcities.com//script featured on Dynamic Drive//Visit http://www.dynamicdrive.com for this script and moresnow = false;    // false-rain;  true-snowsnowsym = " * "  //These are the symbols for eachrainsym = " ' "  //You can put images here.howmany = 10    //How many drops/snowflakes?/**************Do not need to change anything below***********/if(snow){sym = snowsym; speed=1; angle=10; drops=howmany}else{sym = rainsym; speed=50; drops=howmany; angle=6}movex = -speed/angle; movey = speed; count = 0;function moverain(){for(move = 0; move < drops; move++){xx[move]+=movex;  yy[move]+=mv[move];hmm = Math.round(Math.random()*1);if(xx[move] < 0){xx[move] = maxx+10;}if(yy[move] > maxy){yy[move] = 10;}drop[move].left = xx[move]drop[move].top = yy[move]+document.body.scrollTop;}setTimeout('moverain()','1')}</script>
Chèn tiếp đoạn code sau vào trên thẻ < /BODY >
Code:
<script language="javascript">if (document.all){drop = new Array(); xx = new Array(); yy = new Array(); mv = new Array()ly = "document.all[\'"; st = "\'].style"for(make = 0; make < drops; make++){document.write('<div id="drop'+make+'" class=drop>'+sym+'</div>');drop[make] = eval(ly+'drop'+make+st);maxx = document.body.clientWidth-40maxy = document.body.clientHeight-40xx[make] = Math.random()*maxx;yy[make] = -100-Math.random()*maxy;drop[make].left = xx[make]drop[make].top = yy[make]mv[make] = (Math.random()*5)+speed/4;drop[make].fontSize = (Math.random()*10)+20;if(snow){col = 'white'}else{col = 'blue'}drop[make].color = col;}window.onload=moverain}</script>
Về Đầu Trang Go down

Tạo hiệu ứng mưa trong Website >> Comments

No Comment.
 

Tạo hiệu ứng mưa trong Website

Xem chủ đề cũ hơn Xem chủ đề mới hơn Về Đầu Trang 

Trả lời nhanh :
Trang 1 trong tổng số 1 trang
Chọn kiểu gõ: AUTO TELEX VNI Off

Permissions in this forum: Bạn không có quyền trả lời bài viết
 :: (¯`°•.¸¯`°•†Học Tập- Truyện-Thơ†•°´¯¸.•°´¯) :: ๑۩۞۩๑ Góc Học Tập ๑۩۞۩๑ :: Tin Học -
Free forum | ©phpBB | Free forum support | Báo cáo lạm dụng | Thảo luận mới nhất