I use overflow: hiddenon my site to gain control over the end of a float.
Which so far has always worked perfectly.
I know there are several different approaches to completion floats, but the trick overflowusually works best.
However, this time I can not understand.
If you look at the next page and try to adjust the volume, you will see that the volume control is under my heading.
http://pieterhordijk.com/sandbox/html5-audio-api/mp3-format
The problem is #content-container div
When I delete overflow, the volume control iterates over my title (this is what I want).
But I can’t just refuse overflow, or I have to lead to another solution for managing the floats, which I don’t want to do if it is NECESSARY.
Anyone have a solution to this problem?
source
share