(015)layout_超链接模拟按钮

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
  <head>
    <title>a_button.html</title>
    
    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
    <meta http-equiv="description" content="this is my page">
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    
    <!--<link rel="stylesheet" type="text/css" href="./styles.css">-->
    <style type="text/css">
        a {display:block; width:107px; height:34px; line-height:34px; text-align:center; 
            font-size:14px; text-decoration:none; font-weight:bold; color:#d84700;  
            background:url(../image/pic2.gif) no-repeat 0 0;}
            
        a:hover {background:url(../image/pic1.gif)  no-repeat 0 0;}
    </style>
  </head>
  
  <body>
        <a href="#">免费注册</a>
  </body>
</html>

 

posted @ 2015-01-30 09:41  雪中飞雁  阅读(80)  评论(0)    收藏  举报