时间:2024-02-09 02:55:01 | 来源:网站运营
时间:2024-02-09 02:55:01 来源:网站运营
web 页面如何让行内元素固定在页面底部?:通过绝对定位就可以了。<style type="text/css">#hello { position: fixed; bottom: 20px; right:30px; }</style><div id="hello"> <img src="image/ewm.jpg" width="80%"> 这个放你的内容 </div>
调节hello里面的 bottom或者right来达到自己想要的效果。如果想要在底部的左边显示,把right换成left就行。关键词:固定