<object width=”300″ height=”100″>
<embed width=”300″ height=”100″ />
</object>
ie(lte IE 8)渲染出的大小由object标签中的width以及height确定。
其他浏览器,如firefox, opera, chorme, safari渲染大小由embed确定。
越来越好,越好越来
<object width=”300″ height=”100″>
<embed width=”300″ height=”100″ />
</object>
ie(lte IE 8)渲染出的大小由object标签中的width以及height确定。
其他浏览器,如firefox, opera, chorme, safari渲染大小由embed确定。