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.
ここにCodaSliderを使用するこのテストWebサイトがあります。
問題は、3つのPNG画像(スライド画像の下)の灰色の背景が画像の下部のみを覆っているのに対し、画像全体を背景で覆って欲しかったことです。
ヘルプ?
問題がわかりました。解決策は次のとおりです。
ul.navigation li a { display:inline-block; }
それをcssに追加します。