• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    a标签怎么去下划线以及实现点击前和点击后不变色

    复制代码
    代码如下:

    a:link {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    }
    a:visited {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    }
    a:hover {
    font-size: 12px;
    color: #999999;
    text-decoration: underline;
    }

    这样定义样式表就可以实现你的功能了,不会样式表的话,可以把下面的代码加到你的页面中<head></head>标签里:

    复制代码
    代码如下:

    <style type="text/css">
    <!--
    a:link {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    }
    a:visited {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    }
    a:hover {
    font-size: 12px;
    color: #999999;
    text-decoration: underline;
    }
    -->
    </style>
    上一篇:HTML meta viewport属性详细说明
    下一篇:使用iframe实现提交表单不刷新页面
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    a标签怎么去下划线以及实现点击前和点击后不变色 标签,怎么,去,下划线,以及,