html常用

来源:互联网 发布:最终幻想9 知乎 编辑:程序博客网 时间:2024/06/05 01:17

悬浮固定

15858111507

qq1243490459

//提醒
<a href="http://www.crazyit.org" onclick="return confirm('是否转入疯狂Java联盟?');">疯狂Java联盟</a>




悬浮固定

<div style="height:45px; width:100%;; position: fixed; bottom:45px; right:0px; z-index:999; background:#EEEEEE;">
    <div style="float:left; margin-top:8px; margin-left:10px; color:#FF9900;"> 合&nbsp;计:¥<font id="totalMoney"></font></div>
    <div style="color:#000000; float:right; line-height:40px; margin-top:0px; ">
        <button type="button" class="am-btn am-btn-warning" onClick="shopCarBuy()">&nbsp;&nbsp;付&nbsp;&nbsp;款& amp;nbsp;&nbsp;</button>
    </div>
</div>


来源: http://www.cnblogs.com/qiuyang1/p/4531127.html
0 0
原创粉丝点击