行業(yè)動態(tài)
控制IFRAME網頁中文字的對齊方式(精確定位文字位置)
發(fā)布日期:2012-10-29 閱讀次數:3694 字體大小:
XML/HTML代碼
  1. <iframe src="http://m.weather.com.cn/m/pn7/weather.htm?id=101220901T " width="195" height="25" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0"  allowtransparency="true" scrolling="no" style="position:absolute; bottom:3px;"></iframe>
  2. 網頁中的對象位于當前容器底部對齊,向上3個像素
  3. position:absolute; bottom:0px;——為底部對齊