Участник:Leshiy
Внешний вид
{{#css: .content { display: none; }
.wrapper:active .content { display: block; }
.content:hover { display: block; } .wrapper { position: relative; }
.button { background: yellow; height: 20px; width: 150px; }
.content { position: absolute; padding-top: 20px; }
.content li { background: red; } }}