1

ブログの最初の投稿のみ ( digitalsorify ) の CSS を、 jquery を使用せずにThe Huffington Post のように変更したいと考えています。

4

2 に答える 2

3

タイトルへの回答 (CSS を使用):

.wrapfullpost:first-child {
    /* put first post style here */
}
于 2012-06-05T05:36:25.650 に答える
-1

次のようなことができます。

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

私の操作後、これはhttp://i.stack.imgur.com/lFWQA.pngのようになります。

于 2012-06-05T05:46:19.277 に答える