CSS Test: Trigger

Last modified by XWikiGuest on 2021/05/03 05:02

Task: Write the CSS rules that allow to display the panel only when hovering the trigger text. No changes allowed in the HTML.

Edit CSS

<div id="trigger">
<span id="showTrigger">Show panel</span>
<div id="panel">
   The panel content is displayed here.
</div>
</div>
Show panel
The panel content is displayed here.