模拟淘宝

<!DOCTYPE html>模拟淘宝网 标题
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>模拟淘宝网</title>
    <!-- 声明css代码区域 -->
    <link rel="stylesheet" href="css/public.css">
    <style>
    #showdiv{width:565px; height: 560px;border:1px solid #000;border-radius: 20px;}
    #ta{margin: auto;margin-top:5px;width: 560px;}
    #ta tr.first img{height: 300px;}
    #ta tr.second img{height: 60px;}
    
    </style>
</head>
<body>
    <div id="showdiv">
        <table id="ta">
    <tr class="first">
        <td colspan="5"><img src="images/1big.jpg" alt="" id="big"></td>
        
    </tr>
    <tr class="second">
            <td><img src="images/1.jpg" alt=""  onmouseover="operInImg(this,'1big.jpg')"onmouseout="operOutImg(this)"></td>
            <td><img src="images/2.jpg" alt=""  onmouseover="operInImg(this,'2big.jpg')" onmouseout="operOutImg(this,)"></td>
            <td><img src="images/3.jpg" alt=""  onmouseover="operInImg(this,'3big.jpg')"onmouseout="operOutImg(this,)"></td>
            <td><img src="images/4.jpg" alt=""  onmouseover="operInImg(this,'4big.jpg')"onmouseout="operOutImg(this,)"></td>
            <td><img src="images/5.jpg" alt=""  onmouseover="operInImg(this,'5big.jpg')"onmouseout="operOutImg(this,)"></td>
        
       
    </tr>
</table>
</div>


    
</body>
<!-- 声明js代码区域 -->
<script>
// 创建函数进行照片连动和样式设置
//1.鼠标移到下面的小图片时会有边框出现,移开后会没有
function operInImg(img,src){
// 获取图片对象,设置图片样式
img.style.border="solid 1px"
// 设置大图的img路径
// 获取大图对象
var big=document.getElementById("big")
// 设置路径
big.src="images/"+src;


}

function operOutImg(img){
    img.style.border=""
}

</script>
</html>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值