2012-06-05 36 views

回答

3

回答標題(與CSS):

.wrapfullpost:first-child { 
    /* put first post style here */ 
} 
+0

thanx ...這解決了問題,但在另一側的小部件隱藏內容...如何管理這個? –

+0

@zeeshanansari,爲您的內容添加'z-index:999'。 – uday

-1

你可以做這樣的事情:

#content-wrapper { padding-top: 400px;} 
.wrapfullpost:first-child { position: absolute;margin-top: -400px;} 

這看起來像這樣http://i.stack.imgur.com/lFWQA.png我的操作之後。

+0

我沒有下來評價你....我沒有足夠的聲譽這樣做...順便說一句你的代碼打破了職位... –

+0

代碼是不正確的直接插入 – alhimikst

+0

編輯CSS,你可以只是插入此代碼 – alhimikst

相關問題