站内搜索:
首页 >> 前端 >> 内容
Css有哪些常遇的问题?

时间:2017/12/21 11:21:44

Css有哪些常遇的问题?


微端页面缩放比:

防止IE默认选中Quirks文档模式:

防止ban图背景失真可设置最小宽(版心宽度min-width:1000px;):

width: 100%;

height: 500px;

background: url(../image/comp-ban.png)center no-repeat;

margin: 0 auto;

兼容IE7仿input placeholder效果:

  • 上一篇:关于window.location对象所包含的属性讲解
  • 下一篇:HTTP1.0与HTTP1.1的区别、GET和POST的区别、HTTP响应讲解
  • 返回顶部