I want to implement the floating window in the html
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.
精彩评论