Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
总新手在这里。
http://makimaki45.tumblr.com/
有谁知道如何在描述的右侧和第一个帖子列的左侧放置另一个背景图像?如何把它准确地放在某个地方?
谢谢 :)
一个风格与此类似的新 div 怎么样:
<style> .mydiv { position:absolute; left:0px; top:0px; background-color:#fff; /*obviously insert your background here */ height:400px; width:200px; } </style>