作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
body {
background: url(images/Background.png) no-repeat center center scroll;
-webkit-background-size: cover
-moz-backgroun d-size: cover
-o-background-size: cover;
background-size: cover
}
所以基本上我需要更改上面的代码以在不保持纵横比的情况下调整大小。
在此先感谢帮助我的他:)
最佳答案
试试这个:
background-size:100% 100%;
关于html - 背景图像中心和调整大小而不保持纵横比,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8683712/
我有一张 table 。我希望它的数据垂直和水平居中。 我使用了 align="center"valign="middle" ,但它没有用。
我是一名优秀的程序员,十分优秀!