【发布时间】:2013-08-04 16:51:35
【问题描述】:
这是我想要的样子:
我意识到这是一个丑陋的模型,显然当我真正做到这一点时,比例看起来会更好,但我想知道你将如何使用 CSS 来做到这一点。
小提琴在这里http://jsfiddle.net/bU3QS/1/
<div class="header">
</div>
.header {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #000;
z-index: 10000;
height: 110px;
overflow: hidden;
}
【问题讨论】:
标签: html css shapes css-shapes