3月3号工作

今天的工作
1、今天解决的了滚动的效果的任务就是iframe
2、但是看了一下午和一晚上的题目没有能把div放进iframe里面的都是用 div包裹着iframe
<html>
<head>
</head>
<body>
<table style="width:100%;height:100%">
  <DIV id=divContent style="WIDTH:100%; height:100%;">
    <DIV id=DIV_/Module/PM/MouldingInfo/MouldingInfo.aspx style="WIDTH:100%; height:100%;">
      <iframe src="a.htm"  style="background-color:transparent;display:block;" scrolling="no" frameborder="0"allowtransparency="true" width="100%" height="300px">
      </iframe>
    </DIV>
  </DIV>
<table>
</div>
</body>
</html>

今天的单词

[1]unrse/n3:s/ 音标/n/护士
[2]wing/wry/ 音标/y/翼
[3]bike/baik/ 音标/ai/自行车

猜你喜欢

转载自xjwolaile.iteye.com/blog/1820678