2012-09-13 26 views

回答

0

元素在喜歡等之前從129px的寬度改變爲喜歡之後的寬度爲450px。因此,您必須在適合最差情況(即450px)的地方使其適合您的設計。

1

嗨現在定義heightiframe CSS作爲這樣

.fb_iframe_widget iframe{ 
height:244px !important; 
border-bottom:solid 1px #000; 
} 


!important must give to this 

結果是這樣的

enter image description here

0

只需將您的#top-nav-right css規則更改爲:

#top-nav-right { 
    float: right; 
    overflow: hidden; 
    padding: 4px 125px 0 0; 
    width: 129px; 
}