Home > Article > Web Front-end > How to implement that the image is always fixed at the bottom of the browser?_html/css_WEB-ITnose
css div image browser
As shown in the picture:Just use div to display the image at the bottom
position:fixed;
bottom:0px;
Try
margin-bottom:-10px;
b61f42fb4006c3044a82d84ab33c8dfd
<img src="蜘蛛侠3.jpg" class="pic" />.pic{ position:fixed; bottom:0px; left:0px;}
<img src="蜘蛛侠3.jpg" class="pic" />.pic{ position:fixed; bottom:0px; left:0px;}