html怎样在消息按钮上增加数量角标


本文摘自PHP中文网,作者php中世界最好的语言,侵删。

这次给大家带来html怎样在消息按钮上增加数量角标,html在消息按钮上增加数量角标的注意事项有哪些,下面就是实战案例,一起来看一下。

<a onclick="goMessage();" style="width: 60px;height: 100%;color: white;background: transparent;" href="#" class="easyui-linkbutton" data-options="iconCls:'fa fa-bell-o fa-2x',size:'large',iconAlign:'top'">消息<span id="msgNum" class="ii">4</span></a>

css代码:

1

2

3

4

5

6

7

8

9

10

11

12

13

14

/*角标 */

    .ii{

        display: none;

        background: #f00;

        border-radius: 50%;

        width: 20px;

        height: 20px;

        top: 5px;

        right: 0px;

        position: absolute;

        text-align: center;

        color: #FFF;

        z-index: 99999;

    }

js代码:

阅读剩余部分

相关阅读 >>

Html strong标签怎么用

Html如何改变字体颜色

Html图片怎么插入

Html中class什么意思?Html的class属性用法介绍(附实例)

Html hr标签怎么用

xml和Html有什么区别

标注Html元素时class与id有什么不同

Html 简介

Html如何转换为pdf

Html script标签怎么用

更多相关阅读请进入《Html》频道 >>




打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...