91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

html中點擊圖片放大怎么實現

清風
13192
2021-03-26 19:00:06
欄目: 編程語言

html中點擊圖片放大的實現方法:1.創建一個html文件;2.在html文件中添加html代碼架構;3.在body標簽里面使用img標簽添加一張圖片以及使用script標簽添加函數實現鼠標點擊圖片放大的效果;4.通過瀏覽器方式查看設置效果。

html中點擊圖片放大怎么實現

html中點擊圖片放大的實現方法:

1.首先創建一個html文件。

2.在html文件中添加html代碼架構。

<!DOCTYPE html>

<html>

    <head>

        <title>圖片放大</title>

    </head>

    <body>

    </body>

</html>

3.然后在html代碼架構中的body標簽里面使用img標簽添加一張圖片以及使用script標簽添加一個函數實現鼠標點擊圖片放大的效果。

<div style=" width:300px; height:300px;margin-left:auto; 

        margin-right:auto; overflow:hidden; margin-top:100px;">       

        <img id="img" onmouseover="bigger()" onmouseout="smaller()"         

        src="http://mat1.gtimg.com/www/images/qq2012/guanjia2.png"         

        style="cursor:pointer;width:300px;height:300px;      

        transition:all 1s ease-out 0s; perspective-origin:bottom;"/>      

        <script type="text/javascript">       

        var img = document.getElementById('img');        

        function bigger(){        

        img.style.width = '400px';        

        img.style.height = '400px';        

        img.style.marginTop = "-50px";        

        img.style.marginLeft = "-50px";        

        }        

        function smaller(){

        img.style.width = '300px';        

        img.style.height = '300px';        

        img.style.marginTop = "0px";        

        img.style.marginLeft = "0px"; 

        }       

        </script>

4.最后可通過瀏覽器方式閱讀html文件查看設計效果。

完整示例代碼如下:

<!DOCTYPE html>

<html>

    <head>

        <title>圖片放大</title>

    </head>

    <body>

        <div style=" width:300px; height:300px;margin-left:auto; 

        margin-right:auto; overflow:hidden; margin-top:100px;">

        <img id="img" onmouseover="bigger()" onmouseout="smaller()" 

        src="http://mat1.gtimg.com/www/images/qq2012/guanjia2.png" 

        style="cursor:pointer;width:300px;height:300px; 

        transition:all 1s ease-out 0s; perspective-origin:bottom;"/>

        <script type="text/javascript">

        var img = document.getElementById('img');

        function bigger(){

        img.style.width = '400px';

        img.style.height = '400px';

        img.style.marginTop = "-50px";

        img.style.marginLeft = "-50px";

        }

        function smaller(){

        img.style.width = '300px';

        img.style.height = '300px';

        img.style.marginTop = "0px";

        img.style.marginLeft = "0px";

        }

        </script>

    </body>

</html>

0
松潘县| 离岛区| 娄烦县| 沙坪坝区| 泾阳县| 东兰县| 盐边县| 乐至县| 大埔县| 化隆| 密云县| 资中县| 顺昌县| 宜君县| 北宁市| 大埔县| 申扎县| 秦皇岛市| 济宁市| 浑源县| 东台市| 渝中区| 和静县| 白朗县| 平谷区| 石嘴山市| 苏尼特右旗| 宿迁市| 姜堰市| 木里| 丽江市| 青铜峡市| 罗平县| 西充县| 长岛县| 锡林浩特市| 汾阳市| 泸西县| 长海县| 巴南区| 巨鹿县|