美文网首页vs2015+sqlserver2012网站开发
背景图片大小自动适应DIV

背景图片大小自动适应DIV

作者: DarlingHH | 来源:发表于2017-03-21 23:09 被阅读0次

.imgDiv{

width:500px;

height:500px;

background-image:url('../images/index.jpg');

-moz-background-size:100%100%;

-o-background-size:100%100%;

-webkit-background-size:100%100%;

background-size:100%100%;

-moz-border-image:url(./btn.png)0;

background-repeat:no-repeat\9;

background-image:none\9;

filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/index.jpg', sizingMethod='scale')\9;

}

相关文章

网友评论

    本文标题:背景图片大小自动适应DIV

    本文链接:https://www.haomeiwen.com/subject/kcjnnttx.html