【css】导航栏li竖线“|”的写法;
时间:2015-01-12 22:23:32
收藏:0
阅读:865
导航栏li竖线“|”的写法;
1、li加boder-right(利用margin-right:-1px;隐去最右边的border);
2、直接在htm写|;
3、利用<span>|</span>;
4、直接切图,利用background;
原文:http://www.cnblogs.com/othen/p/4219916.html
评论(0)