网页底部定位

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

定位方式如下:

.message

{

   border: solid 1px red;

  width: 200px;

  height: 200px;

  bottom: 0;

  position: fixed;

  right:0;

  background:url(背景图片);

}

 

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

引用:

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

posted on 2010-06-09 14:06  senly  阅读(635)  评论(3编辑  收藏  举报

导航