css+html实现自适应宽度的菜单学习

本文是利用css和html实现自适应于文本长度菜单。

实现后的效果图,如下:






实现代码如下:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>menu4.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;
  height:38px;
  /* width:107px; */
  /* line-height: 2; */
  line-height: 38px;
  text-align: center;
  background: url(./c2.jpg) no-repeat 0px 0px;
  color:#d84700;
  font-size: 14px;
  weight:bold;
  text-decoration: none;
  padding-left: 18px;
  float:left;
  margin:5px;
}


a span{
  display: block;
  background: url(./c2.jpg) no-repeat right 0px;
  padding-right: 20px;
}

a:hover{
  background: url(./c2.jpg) no-repeat 0px -38px;
}

a:hover span{
  background: url(./c2.jpg) no-repeat right -38px;
}

</style>









  </head>
  
  <body>
     <p><a href="#"><span>免费注册</span></a>
     <a href="#"><span>登入</span></a>
     <a href="#"><span>在网上开店</span></a></p>
  </body>
</html>




























































评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值