Позиция IE7 div абсолютно неверна

#css #html

#css #HTML

Вопрос:

У меня проблема с приведенным ниже кодом, поскольку div не размещен в правильном месте в IE 7 или ниже, но любой другой браузер работает хорошо

 <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>
  

Ответ №1:

Вы используете position и float .

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

IE7, вероятно, задыхается от этого.