如何在固定背景上设置固定内容?

时间:2015-08-26 18:53:55

标签: html css

我很长时间以来一直想知道如何修复固定背景上的文字内容。

这是我的解释代码:

CSS

.background {
    background-attachment: fixed; 
    width: 100%; 
    height: 400px; 
}
.fixed-content {
    position: fixed; 
}

HTML

<div class="background">
    <div class="fixed-content">Test</div>
</div>

0 个答案:

没有答案