-1

总新手在这里。

http://makimaki45.tumblr.com/

有谁知道如何在描述的右侧和第一个帖子列的左侧放置另一个背景图像?如何把它准确地放在某个地方?

谢谢 :)

4

1 回答 1

0

一个风格与此类似的新 div 怎么样:

  <style>
    .mydiv {
      position:absolute; 
      left:0px;
      top:0px;
      background-color:#fff; /*obviously insert your background here */
      height:400px;
      width:200px;
    }
  </style>
于 2013-02-27T13:04:34.907 回答