其實我使用Internet Explorer 10,看到一些問題,我的代碼,這個代碼在所有瀏覽器罰款;有問題只給我的問題IE的z-index不會在Internet Explorer中工作
我的代碼:
<style>
#web_header_sub_data
{
top:-60px;
position:relative;
width:980px;
height:96px;
margin:auto;
z-index:1;
}
#login_s_window_background
{
top:1px;
position:absolute;
position:fixed;
left:50%;
margin-left:-50%;
width:100%;
height:150%;
background-color:#111111;
z-index:9;
background:rgb(17,17,17,0.7);
background:rgba(17,17,17,0.7);
}
</style>
<div id="web_header_sub_data">
<div id="login_s_window_background"></div>
</div>
在所有的瀏覽器,我看到所謂login_s_window_background顯示在所有div div和沒有有問題,只與Internet Explorer看到壞的,在其他的div,你怎麼看時,z-index的it's更多高其他div必須顯示其他divs
我不明白,爲什麼在所有的瀏覽器不工作正常,如果it's OK
Howewer退出一些定爲這,如果響應it's有,請告訴我,我怎麼能解決這個問題
謝謝的問候,
這沒有工作,對不起,認爲這個背景使用這2個職位和工作在所有瀏覽器,但沒有在IE瀏覽器內,並與此變化沒有作品也,它的Z - 索引忽略了IE索引 – user3093290