IFrame height attribute

tallin da wakilin

height attribute talla waɗa wuri element iframe: attribute height burin.

height attribute talla waɗa wuri iframe.

tuntubawa:fiyayya: attribute width waɗa talla waɗa wuri iframe: attribute width burin.

wurin

ci 1

sake talla height iframe:

document.getElementById("myFrame").height = "400";

tama shi

ci 2

tafiya height iframe:

var x = document.getElementById("myFrame").height;

tama shi

ci 3

sake talla height da width iframe:

document.getElementById("myFrame").height = "400";
document.getElementById("myFrame").width = "400";

tama shi

fariya

tafiya height attribute:

iframeObject.height

waɗa talla height attribute:

iframeObject.height = pixels

burin

wuri ba'a
pixels 高度,以像素为单位(如 "100px" 或仅用 "100")。

技术细节

返回值: 字符串值,表示 iframe 的高度,以像素为单位。

浏览器支持

Chrome Edge Firefox Safari Opera
Chrome Edge Firefox Safari Opera
支持 支持 支持 支持 支持

相关页面

HTML 参考手册:HTML