html实现图片固定在右下角

css中使用如下属性即可满足固定位置

imgbutton {

position:fixed;

right:2%;

bottom:5%;

z-index:999;

}

发表回复