网页底部定位

看到上面的例子,我们就应该清楚一些了,在页面底部有一个消息框。

定位方式如下:

.message

{

   border: solid 1px red;

  200px;

  height: 200px;

  bottom: 0;

  position: fixed;

  right:0;

  background:url(背景图片);

}

------------------------------------

引用:

<div class="message"></div>

原文地址:https://www.cnblogs.com/xinlei/p/1754709.html