2013-10-09 25 views
0

我有一個包含的標題,我在我的網站上使用。主頁上的包含與內部頁面上的包含完全相同,但由於某種原因,內部頁面上的圖像內容會發生變化。圖像右側的文本(它是圖像的一部分)在主頁右側大約57像素,內部頁面右側大約40像素....它們是相同的圖像!我完全困惑。任何幫助是極大的讚賞!我該如何解決這個奇怪的圖像轉移

這裏的網址,點擊約和主頁上,你會明白我的意思:

http://goo.gl/6xdjRu

<style> 
.center { 
    width:1080px; 
    margin:0 auto; 
    position:relative; 
} 
</style> 

<div class="center"> 
<img src="/images/header_home.jpg" width="1080" height="233" usemap="#Map" style="display:block;" id="header" /> 

    <div style="position:absolute; z-index:7; width:120px; display:none; left:434px; top:70px;" id="sub_about"> 
     <table width="100%" border="0" cellspacing="0" cellpadding="0"> 
      <tr> 
       <td><a href="/history.asp" onMouseOut="MM_swapImgRestore();mclosetime();" onMouseOver="MM_swapImage('but_history','','/images/but_history-over.png',1);mopen('sub_about');"><img src="/images/but_history.png" alt="History" width="120" height="39" id="but_history" style="display:block;"></a></td> 
      </tr> 
      <tr> 
       <td><a href="/mission.asp" onMouseOut="MM_swapImgRestore();mclosetime();" onMouseOver="MM_swapImage('but_mission','','/images/but_mission-over.png',1);mopen('sub_about');"><img src="/images/but_mission.png" alt="Mission" width="120" height="37" id="but_mission" style="display:block;"></a></td> 
      </tr> 
      <tr> 
       <td><a href="/associations.asp" onMouseOut="MM_swapImgRestore();mclosetime();" onMouseOver="MM_swapImage('but_associations','','/images/but_associations-over.png',1);mopen('sub_about');"><img src="/images/but_associations.png" alt="Associations" width="120" height="35" id="but_associations" style="display:block;"></a></td> 
      </tr> 
      <tr> 
       <td><a href="/careers.asp" onMouseOut="MM_swapImgRestore();mclosetime();" onMouseOver="MM_swapImage('but_careers','','/images/but_careers-over.png',1);mopen('sub_about');"><img src="/images/but_careers.png" alt="Careers" width="120" height="40" id="but_careers" style="display:block;"></a></td> 
      </tr> 
     </table> 

     </div> 

    <div style="position:absolute; z-index:7; width:120px; display:none; left:542px; top:70px;" id="sub_services"> 
     <table width="100%" border="0" cellspacing="0" cellpadding="0"> 
      <tr> 
       <td><a href="/electrical.asp" onMouseOut="MM_swapImgRestore();mclosetime();" onMouseOver="MM_swapImage('but_electrical','','/images/but_electrical-over.png',1);mopen('sub_services');"><img src="/images/but_electrical.png" alt="Electrical" width="120" height="39" id="but_electrical" style="display:block;"></a></td> 
      </tr> 
      <tr> 
       <td><a href="/technology.asp" onMouseOut="MM_swapImgRestore();mclosetime();" onMouseOver="MM_swapImage('but_technology','','/images/but_technology-over.png',1);mopen('sub_services');"><img src="/images/but_technology.png" alt="Technology" width="120" height="37" id="but_technology" style="display:block;"></a></td> 
      </tr> 
      <tr> 
       <td><a href="/security.asp" onMouseOut="MM_swapImgRestore();mclosetime();" onMouseOver="MM_swapImage('but_security','','/images/but_security-over.png',1);mopen('sub_services');"><img src="/images/but_security.png" alt="Security" width="120" height="37" id="but_security" style="display:block;"></a></td> 
      </tr> 
     </table> 

     </div> 

</div> 
+1

你肯定是相同的圖像?檢查[「關於」標題](http://www.gordonlseaman.com/images/header_about.jpg)和[主標題](http://www.gordonlseaman.com/images/header_home.jpg)。 – Arkana

+1

您的圖片不正確。您需要編輯這些jpeg文件。 –

回答