我正在尝试在一个 div 中插入一个聊天脚本,它已经是一个 img src,我希望该聊天能够适应它。
<div id="g_image6" style="position:absolute; overflow:hidden; left:0px; top: 80%; width:
22%; height: 60%; z-index:3">
<div>
<img src="images/content1.png" alt="" title="" border=0 width=100% height=100%>
<script>here's the script</script>
</div>
</div>