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.
私はjQueryLighbox2(プラグインページ)を使用するギャラリーに取り組んでいます。画像を選択すると、ナビゲーションエントリも表示されるという問題があります(ここの例を参照)。ナビゲーションにはcssメニューを使用しています。画像が選択されたときに、誰かが私に、エンティティを非表示にする方法を教えてもらえますか?
z-indexファイルlightbox.cssで5000に設定します。
z-index
例:
#lightbox { left:0; line-height:0; position:absolute; text-align:center; width:100%; z-index:5000; /* move the lightbox above all other elements */ }