页脚图像未显示在IE8,9,10上,但在所有其他浏览器上

时间:2014-10-25 09:50:50

标签: html css internet-explorer-8

我有一个没有在IE8,9和10上显示但没有在其他浏览器上显示的页脚图像,尽管搜索答案无法解决原因。

我是新手,因此我的代码中可能存在明显的错误,但如果有人能提供答案,我将非常感激。

代码是:



.ffooterimage {
        position:relative;
        height:325px;
        max-width:100%;
    	
 }
    .fabsolute {
        width:150px;
        height:200px;
        position:absolute;
        display:block;
        left:50%;
        margin-left:-550px;
    	
}	

    #fposition {
        width:500px;
        height:0px;
        position:relative;
        display:block;
        left:50%;
        margin-left:-70px;
    	top: -110px;
    	bottom: 0px;
    	font-size: 13px;
   }
    	
    #flonglinks {
        position: relative;
        width:600px;
        height:0px;
        display:block;
        left:50%;
        margin-left:-70px;
    	top: -25px;
    	font-family: "UbuntuRegular",Verdana, Geneva, sans-serif;
    	font-size: 11px;
    }

#linksleft {
    position: relative;
    width:300px;
    height:0px;
    position:relative;
    display:block;
    left:50%;
    margin-left:-620px;
	top: -100px;
	font-family: "UbuntuRegular",Verdana, Geneva, sans-serif;
	font-size: 13px;
}

ul li {
list-style-type: none; 
}

<!-- FOOTER BEGINS -->
    <div class="ffooterimage">

          <div class="fabsolute"><img src="/images/website-footer.jpg" alt="" height="px"/></div></div>
    	  <div id="fposition">
    						Company info here
    	  </div>
    	  <div id="flonglinks"><p><a href="/Home/Privacy"style="color:black;" >Privacy </a>| <a href="/Home/Disclaimer"style="color:black;">Disclaimer</a> |<a href="/Home/Contact"style="color:black;"> Contact us</a> | <a href="Complaints-Procedures.pdf" style="color:black;">Complaints </a> | <a href="/logbook-loans-london"style="color:black;">London</a> | <a href="/logbook-loans-manchester"style="color:black;">Manchester</a> | <a href="/logbook-loans-sheffield"style="color:black;">Sheffield</a> | <a href="/logbook-loans-liverpool"style="color:black;">Liverpool</a></p>
    	  <div id="linksleft">
        <ul>
            <li><a href="http://www.example.com">Example</a>
            <li><a href="http://www.example.com" style="color:black;">Example</a>
    		<li><a href="http://www.example.com" style="color:black;">Example link</a>
    		<li><a href="http://www.example.com" style="color:black;">Example link</a>
    		<li><a href="http://www.example.com" style="color:black;">Example link</a>
    		<li><a href="http://www.example.com" style="color:black;">Example link</a>
       </ul>
    </div>
    </div>

     <!-- FOOTER ENDS -->
&#13;
&#13;
&#13;

1 个答案:

答案 0 :(得分:0)

只需删除img标记中的height="px"

即可