我有,我定義的類爲頂級DIV具有這些屬性DIV的上邊距不起作用?
.topbluebar {
margin:0;
height:19px;
width:100%;
background-image:url('../../Images/top_blue.gif');
clear:both;
}
下面是簡單的HTML頁面
<link href="~/Content/Style.css" rel="stylesheet" />
<div class="topbluebar"></div>
<div>Foo foo</div>
圖片正在出現,但不與瀏覽器的頂部,但使用CSS我不想要的頂部邊緣。 簡而言之,我想實現它像Stackexchnage topbar
類,但它似乎並沒有爲我工作。
我已閱讀了很多答案,但他們都沒有爲我工作。
你能爲此創建jsfiddle嗎? –
@MrNeo讓我試試。 – avirk
你是說圖像的頂部,左側和右側有空白區域嗎? – ChaseHardin