您的位置:58脚本 > html中dom HTML DOM Image width 属性

html中dom HTML DOM Image width 属性

2023-05-06 04:32

html中dom HTML DOM Image width 属性

html中dom HTML DOM Image width 属性

html中dom

Image width 属性

Image 对象参考手册 Image 对象

定义和用法

width 属性可设置或者返回图片的width属性的值。

width 属性指定了图片的宽度。

语法

imageObject.width=pixels


浏览器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

所有主要浏览器都支持 width 属性


实例

实例

改变图片的高度与宽度:

<html>
<head>
<script>
function changeSize()
{
document.getElementById("compman").height="250";
document.getElementById("compman").width="300";
}
</script>
</head>
<body>

<img id="compman" src="compman.gif" width="107" height="98">
<br><br>
<input type="button" onclick="changeSize()" value="Change size of image">

</body>
</html>



Image 对象参考手册 Image 对象
阅读全文
以上是58脚本为你收集整理的html中dom HTML DOM Image width 属性全部内容。
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
相关文章
© 2024 58脚本 58jiaoben.com 版权所有 联系我们
桂ICP备12005667号-28 Powered by CMS