我有这个:
<style type="text/css">
.TopBorderPanel {
position: relative;
overflow: hidden;
border-top: 2px solid #bbbb9f;
margin: 1px;
width: 500px;
}
</style>
顶部边框有一种颜色,#bbbb9f,
我想做的是让它有 2 种颜色
50% #bbbb9f 和 50% #cccccc
可能吗?