chrome,ff浏览器默认行高

chrome,ff浏览器默认行高不同,需要初始化。

chrome下是16px  ff是18px

设置不同行高,auto、18px 16px

 1 <!doctype html>
 2 <html lang="en">
 3 <head>
 4     <meta charset="UTF-8">
 5     <title>Document</title>
 6     <style>
 7     ul,li{
 8         margin: 0;
 9         padding: 0;
10     }
11     h6{
12         font-size: 16px;
13         border-bottom: 1px solid #ccc;
14         margin: 10px 0;
15         height: 18px;
16         line-height: auto;/* 18px,16px */
17     }
18     ul{ overflow: hidden;}
19     li{
20         border: 1px solid #ccc;
21         border-bottom: none;
22         z-index: 103;
23         font-size: 14px;
24         float: left;
25         list-style: none;
26         margin-right: 20px;
27         padding: 10px;
28     }
29     </style>
30 </head>
31 <body>
32     <h6>前端之路<ul >
33                         <li ><a href="#">我的前端之路</a></li>
34                         <li ><a href="#">我对前端的理解</a></li>
35                         <li ><a href="#">有趣的标签</a></li>
36                         <li ><a href="#">奇怪的问题</a></li>
37                     </ul></h6>
38 </body>
39 </html>

 

转载于:https://www.cnblogs.com/snowinmay/archive/2013/05/12/3073937.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值