标签:style blog http color 使用 os io 2014
CSS代码:
.floatDiv {
right: 0;
bottom: 50%;
position: absolute;
z-index: 100;
margin-right: 10px;
}
代码使用:
<div class="floatDiv" style="background-color:chocolate">浮动DIV</div>
代码效果:
标签:style blog http color 使用 os io 2014
原文地址:http://www.cnblogs.com/Yan-Zhiwei/p/3877495.html