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.
私はこのようなことをする方法についての実際の例を探しています:
画像をロールオーバーすると、このページのようにテキストが強調表示されます: http://shop.parklafun.com/t-Shirts/
私があなたの質問を理解している-moz-transitionなら、テキストの色を変えないでください。色を変更するコードは次のとおりです。
-moz-transition
div.ProductList div.grid_6:hover > a .ProductDetails h2
-moz-transition ではなく、ラベルがその画像で非表示になっており、javascript の onMouseOver イベントで表示されている可能性があります。