如果你看一下这个小提琴:http://jsfiddle.net/5PH8p/
然后你可以看到你是否将鼠标悬停在空白图像上,它会翻转并显示一些文字。 但问题是,当您将鼠标悬停在段落上时,图像将会翻转。
我的问题是,如何更改脚本,以便只有当鼠标悬停在图像上而不是段落时才会翻转图像。
我想将段落保留在HTML结构中,现在它就像这里一样
`<div class="thumb scroll">
<p>
<strong>John Doe</strong><br>
CEO & Partner<br>
<a href="mailto: jon@doe.dk">jon@doe.dk</a></p>
<div class="thumb-wrapper">`
希望我很清楚,先谢谢。