zoukankan      html  css  js  c++  java
  • 刚刚用CSS写了一个按钮,感觉不错,拿出来显摆一下(附截图)...

    简介:这是刚刚用CSS写了一个按钮,感觉不错,拿出来显摆一下(附截图)...的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。

    class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=346698' scrolling='no'>


    a{
        display: inline-block;
        position: relative;
        100px;
        border-15px 0;
        border-style:solid;
        color: #fff;
        text-decoration: none;
    }
    a:link, a:visited{
        border-top-color: #333;
        border-bottom-color: #222;
    }
    a:hover, a:active{
        border-top-color: #222;
        border-bottom-color: #111;
    }
    span {
        display: inline-block;
        100px;
        height: 30px;
        position: absolute;
        top: -15px;
        left: 0;
        font: bold 16px/30px arial ;
        text-align: center;
    }

    <a href="#"><span>Login</span></a>

    爱J2EE关注Java迈克尔杰克逊视频站JSON在线工具

    http://biancheng.dnbcw.info/php/346698.html pageNo:4
  • 相关阅读:
    pwd命令
    python-windows环境安装
    python介绍
    elk安装
    elk介绍
    111
    使用CEF作为用户界面
    使用CEF作为浏览器
    c# 内嵌chrome(Webkit)
    待搞清楚
  • 原文地址:https://www.cnblogs.com/ooooo/p/2240589.html
Copyright © 2011-2022 走看看