让元素浮动在某个位置
Posted Zbu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了让元素浮动在某个位置相关的知识,希望对你有一定的参考价值。
让元素浮动在某个位置:
<div style="z-index:100;position:fixed;top:300px;left:500px;">
<div class="div-alert" id="div-alert" style="display:none"></div>
</div>
//元素样式
.div-alert {
background:#8f8d8d;
color:#ffffff;
float:left;
padding:5px;
border-radius:3px;
}
以上是关于让元素浮动在某个位置的主要内容,如果未能解决你的问题,请参考以下文章