C
C
Conover2015-11-02 15:52:39
css
Conover, 2015-11-02 15:52:39

Why can't I play audio, and how can I fix it?

codepen.io/anon/pen/mejVqw There is a button that should play audio, but it is not clickable. How to fix it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mikhail, 2015-11-02
@Conover

.frag
{
    z-index: 500;
}

add position: relative; here, z-index: doesn't work without position: relative, absolute, fixed;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question