发表时间:2007-4-5 9:13:00

<html>
<head>
<style>
a.addfile {
        background-image:url(../images/upload.GIF);
        background-repeat:no-repeat;
        background-position:0px 6px;
        display:block;
        float:left;
        height:22px;
        margin-top:0px;
        margin-left:0px;
        position:relative;
        text-decoration:none;
        top:3px;
        width:80px;
    }

    input.addfile {
        /**//*left:-18px;*/
    }

    input.addfile {
        cursor:pointer !important;
        height:18px;
        left:-13px;
        filter:alpha(opacity=0);
        position:absolute;
        top:5px;
        width:1px;
        z-index:-1;
    }
</style>
</head>
<body>
<form>
<a href="http://www.blog.com.cn/javascript:void(0)" class="addfile" />
</a>
</form>
</body>
</html>

相关文章:

  • 2021-05-18
  • 2021-12-11
  • 2022-12-23
  • 2021-04-10
  • 2021-06-10
  • 2021-09-28
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-27
  • 2022-12-23
  • 2021-06-26
  • 2021-07-12
  • 2022-12-23
  • 2021-05-19
相关资源
相似解决方案