在html中,如何让一张图片绝对定位到页面的右下角?在html中输入,position:absolutebottom:0right:0这样就可以了,不过屏幕滚动的话,元素不会随着屏幕滚动而一直在右下角position:fixedbottom:0right:0这样可以一直保持在右下角,但IE62023-03-03html-css190