私はこれを持っています:
<style type="text/css">
.TopBorderPanel {
position: relative;
overflow: hidden;
border-top: 2px solid #bbbb9f;
margin: 1px;
width: 500px;
}
</style>
上枠は#bbbb9fの1色ですが、
50%#bbbb9fと50%#ccccccの
2色にしたいのですが
可能ですか?