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.
私のサイトにjQueryshow/hiddentoddleを正常に実装しました。
画像(プラスマイナス)を上(他のdiv)に配置し、同じ位置に必要なトグルを下に表示したい
このスクリーンショットを見る
次のように書きます。
.title h2 span, .title h2 a{ vertical-align:top; }
span & a inside.titleがinline要素だからです。だから、それに与えvertical-align:top;てください。
.title
inline
vertical-align:top;