簡體   English   中英

我要制作內容固定的頁面並滾動背景嗎?

[英]I want to make page with fixed content and scroll background?

您好,我想制作內容固定的頁面並像這樣滾動背景http://hellomonday.com/如何制作?

您需要使用“位置”屬性並將其設置為“固定”。 這是一個例子。

 <div style="width:200px; height:200px; border:1px solid; overflow:scroll;"> <div style = "width:180px; height:50px; border: 1px solid; position:fixed;"> abc </div> <div style = "width: 180px; height:250px; border: 1px solid; margin-top:60px;"> 123 </div> </div> 

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM