css 一个默认宽度,然后由内容来自动增加宽度

html-css011

css 一个默认宽度,然后由内容来自动增加宽度,第1张

那你应该设min-width最小宽度

让所有浏览器都支持min-width的CSS样式代码:

min-width:1000px_width:expression((document.documentElement.clientWidth||document.body.clientWidth)>1000?"1000px":"")

这里的1000和1000px是你需要的数值,注意3个数值的相同

.detail p {

    font: 14px/30px "Microsoft Yahei"

    color: #000

    width: 1030px

    margin: 0 auto

修改width后面的数值即可