Firstly, visit this demo:
http://persturesson.com/fileupload/
Click Add files… and then DO NOT upload it.
You’ll see a bar that fills the whole browsers width.
What I’m trying to do is to have .progress fill the width of #fileupload.
As you can see it’s not working that good since position: absolute makes it fill the whole browser. And I need position: absolute (I think), because I want the text and the icons to overlay .progress
Thoughts?
Try setting
#fileuploadtoposition: relative.