我試圖讓z-index
在我的HTML代碼中工作。我已經在幾個地方看過這個,並且說我需要爲我的div添加一個位置。我已經做到了這一點,但仍然無法正常工作。以下是我用於z-index
的CSS和HTML。Internet Explorer中的Z-Index
CSS:
.Location{
width: 1000px;
margin-top: 50px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
.logo{
background-color: white;
position: relative;
left: 40px;
float: left;
width: 225px;
z-index: 10;
padding-left: 15px;
padding-bottom: 20px;
padding-top: 20px;
}
告訴我們您的分層請。並請提供標記。 – 2010-07-29 00:19:59
其中是html部分 – Hoque 2010-07-29 00:21:52