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>