SyntaxFix
Write A Post
Hire A Developer
Questions
Use this CSS:
#container { width: 400px; border: 1px solid red; } #fixed { position: fixed; width: inherit; border: 1px solid green; }
The #fixed element will inherit it's parent width, so it will be 100% of that.