我需要的文本,一旦你懸停它出現在圖像,並且還我需要它影響的不透明度。elemnt:懸停 - 文本和背景
看一看這支筆http://codepen.io/anon/pen/NNBgbQ
<div class="flex-menu">
<div class="menu-container">
<img class="menu-image" src="http://www.libbyroach.ca/wp-content/uploads/2014/11/Adams-Sandwich.jpg" alt="Sandwitch">
<div class="menu-description">
<h4>Sandwitch</h4>
<p>Powder marshmallow marshmallow brownie carrot cake candy bonbon. Sweet sugar plum gummies caramels tart carrot cake tiramisu cheesecake. Cheesecake biscuit jelly beans. Jelly-o icing chocolate macaroon. </p>
</div>
</div>
</div>
結果我要找:
鼠標懸停,圖像改變其不透明度和文字出現在它的中間 - 任何文本,而不是必要的當前標題和段落。
謝謝你們,這兩種方法都按要求工作。 – Vlad