http://jsfiddle.net/waitinforatrain/sEX3n/
I have two divs in a container with absolute position. Both of them are set to be outside the boundaries of the container.
The most obvious solution is to:
div
overflow: hidden
Like this: http://jsfiddle.net/sEX3n/4/
Why not just move div#time outside the div#video-seek ?
div#time
div#video-seek
Like this : http://jsfiddle.net/moeishaa/XNAmn/