<div class="wrap"> <div class="header"></div> <div class="main"></div&优艾设计网_设计客gt; </div>
header
设置为position:fixed
后,如何让其宽度等于父元素wrap
的宽度?
有什么纯css
实现方案没有?
北笙凉宸18185350591 18小时前
fixed是相对于ht优艾设计网_设计ml中window元素的,所以如果纯CSS你是不能实现和其父元素宽度相等的,给你两个解决方案:1、fixed下设置width和其父元素值相等;2、fixed换成absolute;
秋风萧瑟来 17小时前 优艾设计网_设计模板
父元素设置fixed,然后header设置宽度100%
精彩评论