Is it possible to change a div\'s width live with jQuery? And if it is, how?
div
What I want is to change its width depending on the browser\'s window width
You can't just use a percentage width for the div? Setting the width to 50% will make it 50% as wide as the window (assuming there is no parent element with a width assigned to it).