0
我想要在CSS中使用調整大小功能來調整div的大小。在我的.css文件我有:無法在iframe中調整大小
#test {
border: 2px solid;
padding: 20px;
width: 300px;
resize: both;
overflow: auto;
}
我的div如下:
<div id="test">Let the user resize both the height and the width of this div element.</div>
它正常工作,直到我把我的HTML中的iframe,還有我無法調整的股利。怎麼了?
PS:我不」想使用jquery