私はこの1つの壁にレンガの壁を打った、私はユーザがアイコンの上を飛ぶまで余分なコンテンツのDIVを隠す必要があるウェブサイトに取り組んでいるが、この。私はさまざまな方法(>、+、〜)を試しましたが、うまくいきません。アイコン上に移動するまでDivを隠す
HTML
.fa-canapes-icon:hover .canapes-popup{
display:block;
}
<div class="canapes">
<p>Canapes <i class="fa fa-info-circle fa-canapes-icon"></i></p>
<div class="canapes-popup">
<h1>Example Canape Menu</h1>
<p>This is a popular selection. We do of course have other options we are happy to discuss with you.<br>
Mini Yorkshires with Medium Roast Beef and Horseradish<br>
Satay Chicken Skewers with a Peanut Sauce<br>
Spicy Prawn with Mango<br>
Smoked Salmon & Mascarpone crostini with Dill & Lemon<br>
Mozzerella Pearls with Sun-blush tomatoes & Fresh Basil (V)<br>
Honey and Sesame Coated Cocktail Sausages</p>
</div>
</div>
ページはhereを表示することができ、それは私が上にそれを追加しようとしていますそのアイコンカナッペと「ウェディングパッケージ3」です。
ご協力いただければ幸いです。
?それはこれですか? 'canapes-popup' – 82Tuskers
[Cssの画像にホバリングする - divをロードする]の可能な複製(https://stackoverflow.com/questions/15339182/css-hover-on-image-load-a-div) –