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.
Fancybox のトグル ボタンだけを別の位置に移動することはできますか?
たとえば、写真の左上隅にあるトグル サイズ ボタンのみです。
トグルボタンが「x」閉じるボタンを意味する場合は、はい。CSS を編集して、表示する場所を変更するだけです。
#fancybox-close { position: absolute; top: -15px; right: -15px; ... }