开发者

I want to implement the floating window in the html

开发者 https://www.devze.com 2023-01-12 03:53 出处:网络
I want to implement the floating window in the html which it has scroll down when i am scroll开发者_如何学运维ing the page down Give your window element position: fixed; in the CSS.Position it with le

I want to implement the floating window in the html which it has scroll down when i am scroll开发者_如何学运维ing the page down


Give your window element position: fixed; in the CSS. Position it with left, right, top, and/or bottom. See CSS2 positioning schemes on W3.org.

0

精彩评论

暂无评论...
验证码 换一张
取 消