网页底部定位

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

定位方式如下:

.message

{

   border: solid 1px red;

  width: 200px;

  height: 200px;

  bottom: 0;

  position: fixed;

  right:0;

  background:url(背景图片);

}

 

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

引用:

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

相关文章:

  • 2021-10-11
  • 2022-02-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-22
  • 2022-12-23
  • 2022-12-23
  • 2021-10-25
相关资源
相似解决方案