行业动态
控制IFRAME网页中文字的对齐方式(精确定位文字位置)
发布日期:2012-10-29 阅读次数:3758 字体大小:
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;——为底部对齐