樓上看清楚,天極那個不是用flash而是用js做的。
10年積累的成都網(wǎng)站建設(shè)、網(wǎng)站設(shè)計經(jīng)驗,可以快速應(yīng)對客戶對網(wǎng)站的新想法和需求。提供各種問題對應(yīng)的解決方案。讓選擇我們的客戶得到更好、更有力的網(wǎng)絡(luò)服務(wù)。我雖然不認(rèn)識你,你也不認(rèn)識我。但先網(wǎng)站制作后付款的網(wǎng)站建設(shè)流程,更有西充免費網(wǎng)站建設(shè)讓你可以放心的選擇與我們合作。
1.保存js代碼:
2.拷貝以下代碼到你的網(wǎng)頁,并把圖片和鏈接改為你自己的:
div class="box-1"
div class="box-1-l"
div class="clear1"/div
div class="box100"
div class="box1-l-left"
SCRIPT language=javascript
var widths=282;
var heights=164;
var counts=6;
img1=new Image ();img1.src='';
img2=new Image ();img2.src='';
img3=new Image ();img3.src='';
img4=new Image ();img4.src='';
img5=new Image ();img5.src='';
img6=new Image ();img6.src='';
url1=new Image ();url1.src='';
url2=new Image ();url2.src='';
url3=new Image ();url3.src='';
url4=new Image ();url4.src='';
url5=new Image ();url5.src='';
url6=new Image ();url6.src='';
/SCRIPT
SCRIPT src="softindexfocuspic.js"/SCRIPT/div!--注意此js和頁面的路徑關(guān)系問題--
3.你所說的什么有陰影只是一張背景圖片而已。
這個是用javascript實現(xiàn)的
主要是控制 div疊顯示
CSS屬性 z-index
就這種效果來講
應(yīng)該就有三層
最上層就是我們看到的那一層,中間一層就是那層灰色的 寬度是100% 高度也是100%;
最下面一層被屏掉了
你可以去網(wǎng)上下載這樣的實例去 看一下
一般初學(xué)者可能實現(xiàn)不了這種效果
但可以對著代碼去修改
!DOCTYPE?html??
html??
head??
meta?content="text/html;?charset=gb2312"?http-equiv="Content-Type"??
title文哥討厭IE/title??
script?type="text/javascript"?src="jquery.js"/script????
style?type="text/css"??
.box-shadow{??
box-shadow:?10px?10px?10px?10px?red;??
}??
.obj{??
border-radius:100px;
width:100px;??
height:100px;??
margin:50px?auto;??
background:#eee;??????
}??
/style??
/head??
body??
div?class="obj"?/div??
script?type="text/javascript"??
$(document).ready(function(){??
$(".obj").mouseover(function(){
$(".obj").addClass("box-shadow");
});
$(".obj").mouseout(function(){
$(".obj").removeClass("box-shadow");
});
});??
/script??
/body??
/html
網(wǎng)頁題目:javascript陰影,html5邊框陰影
本文URL:http://chinadenli.net/article0/dseocoo.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站收錄、小程序開發(fā)、動態(tài)網(wǎng)站、云服務(wù)器、做網(wǎng)站、Google
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)