好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

CSS背景图拉伸不变形_html/css_WEB-ITnose

在线效果体验:http://hovertree.com/texiao/mobile/3.htm

请使用手机浏览器查看。

css代码:

.bg{  background:url(http://hovertree.com/texiao/mobile/3/hovertree01.jpg);  filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";  -moz-background-size:100% 100%;      background-size:100% 100%;  }   

HTML文件代码:

      DIV缩放背景自适应(不变形)jQuery-HoverTree  a {color: white;}body {font-family: 幼圆,宋体,'Times New Roman', Times, serif;color:white;}.picwidth {width: 100%;text-align: left;filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";-moz-background-size: 100% 100%;background-size: 100% 100%;}body {margin: 0px;background-color: #120c0c;}.content {width: 206px;margin: 0px auto;padding-top: 10px;line-height: 16px;}.frame {width: 256px;margin: 0px auto;}     

原文

查看更多关于CSS背景图拉伸不变形_html/css_WEB-ITnose的详细内容...

  阅读:35次