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.
2〜3個のアイコンが含まれるDivがあります。アイコンは、大きな画像divの上に水平に配置されます。
アイコン間のパディング領域に下の画像を表示したい。この機能を実現するのに役立つプロパティはどれですか?ポインタはありますか?
div次のようなスタイルを設定します。
div
background: transparent, ...your other images...;
これは、アイコンがとして表示されることを前提としています。background-imagesそうでない場合は、を指定background: transparent;するだけdivです。
background-images
background: transparent;