CSS删除border-top的部分

时间:2014-05-14 12:12:43

标签: html css

如何在css中切割顶部边框? 例如:

example http://oi59.tinypic.com/102pngy.jpg

1 个答案:

答案 0 :(得分:-1)

你能做什么:

ABOUT US按钮:

border-bottom:1px solid white;
position:relative;
z-index:11

子菜单:

margin-top:-1px;
z-index:10;

这应该有效。