<a> Tag deforms the Nav style</a>

时间:2014-05-17 13:23:39

标签: html css css3 optimization

因此,当我想在导航系统上引用关于我们的列表时,它会破坏导航设计。

我还使用了优化标签,因为代码可能有问题,也许需要一些修复! 这里还有一张关于它的样子的图片:http://puu.sh/8PJDC.jpg 您可以访问:http://codepen.io/anon/pen/xfFgc,因为我上传了html和css 问题是在导航的更多选项卡上关于我们是巨大的! 注意:我没有编码所有内容!

谢谢,-Pain -

1 个答案:

答案 0 :(得分:0)

此样式适用于您的li > a

ul li a {
line-height: 80px;
padding: 0 20px;
height: 80px;
color: #777;
-webkit-transition: all .1s ease-out;
-moz-transition: all .1s ease-out;
-ms-transition: all .1s ease-out;
-o-transition: all .1s ease-out;
transition: all .1s ease-out;
}

以适当的风格取代。