站内搜索:
首页 >> 前端 >> 内容
css样式-td背景图,水平方向、垂直方向居中

时间:2013/6/8 16:26:22

<td  style="background-repeat:no-repeat;width:60%;height:100%;background-position:center;background-image:url('<s:property value="metelogicalDetec.image"/>'););">


  background-image:设置td背景图片

  background-position:center 设置水平垂直方向居中

  background-repeat: no-repeat 不平铺 repeat-x 水平方向居中 repeat-y垂直方向居中

 

  • 上一篇:随本索源探讨Metro风格 如何应用到网站设计中
  • 下一篇:二叉树中和为某一值的路径
  • 返回顶部