标签: css image background tumblr
这里的新手。
http://makimaki45.tumblr.com/
有没有人知道如何在说明的右边和第一个帖子栏的左边放置另一个背景图片?怎么把它放在某个地方?
谢谢:)
答案 0 :(得分:0)
一个风格与此类似的新div如何:
<style> .mydiv { position:absolute; left:0px; top:0px; background-color:#fff; /*obviously insert your background here */ height:400px; width:200px; } </style>