2011-10-11 3 views
0

나는 IE 7 이하에서 올바른 위치에 배치되지 사업부하지만 다른 브라우저로 아래의 코드에 문제가 당신은 positionfloat을 사용하는 좋은IE7 div의 위치 절대 잘못된

<div class="headericon" style="bottom:44px; position:absolute; right:12px; float:right;"> 
       <ul style="margin:auto;"><li style="display:inline; list-style:none;"> 
       <img src="http://**/images/truste.jpeg" width="90" height="35" border="0" 
        title="Merchant Cash Advance | Merchant Cash Advance" alt="Merchant Cash Advance | Merchant Cash Advance" /></li> 
        <li style="display:inline; list-style:none;"> 
        <img src="http://**/images/national.jpg" width="80" height="44" border="0" 
        title="Merchant Cash Advance | Merchant Cash Advance" alt="Merchant Cash Advance | Merchant Cash Advance" /></li> 
        <li style="display:inline; list-style:none;"> 
        <img src="http://**/images/electronic.jpeg" width="90" height="44" border="0" 
        title="Merchant Cash Advance | Merchant Cash Advance" alt="Merchant Cash Advance | Merchant Cash Advance" /></li> 

        </ul></div> 

답변

0

을하고있다가 .

<div class="headericon" style="bottom:44px; position:absolute; 
    right:12px; float:right;"> 

IE7이 아마도 질식합니다.

관련 문제