2012-12-24 66 views
0

我有一個網站(http://ukchina-trading.com/)與下面的頭:在iphone上無縫縮放網站標題。

HTML

 <div class='leftImage'> 
      <img src='image/unionjack.png'> 
     </div> 
     <div class='title'> 
      <h1>J Plus Trading</h1> 
      <h2>Briding the gap between China and the UK</h2> 
     </div> 
     <div class='rightImage'> 
      <img src='image/chinawings.png'> 
     </div> 

CSS

.title h1 { 
    font-family: 'Droid Serif', Georgia, Times, serif; 
    text-align: center; 
    font-size: 68px; 
    line-height: 65px; 
    padding-top: 60px; 
    margin-bottom: 80px; 
} 

.title h2 { 
    font-family: 'Droid Serif', Georgia, Times, serif; 
    text-align: center; 
    position:relative; 
    top:-88px; 
    left:3px; 
    font-size: 16px; 
    color: #FF3300; 
} 
.rightImage { 
    position:absolute; 
    right: 150px; 
    top: 2px; 
} 

.leftImage { 
    position:absolute; 
    left: 150px; 
    top: 2px; 
} 

當該網站是在計算機上查看頭被罰款,但當在iphone屏幕上查看時,圖像被推到標題上,隱藏它。

什麼是重做標題來阻止它的最好方法?

+0

如果添加了'位置:relative'到'.title'格,並賦予其更高的'Z-索引',至少標題不會隱藏;) –

回答

0

我建議最好的事情是將標誌帶入900px寬度的網站。

他們保持對「殲八方商貿」文本的左側和右側,但只使用浮動而不是絕對定位。

0

你的問題是你使用的是絕對定位,因爲這會導致圖像是在相同的位置,無論在頁面上其他任何東西。而不是絕對嘗試使用float:left;和float:就在你的左右圖像上,這樣文字就不會被推到它上面。您可能需要創建額外的含保證金或填充的div,使圖像定位如何你想他們