My webpage has some CSS issues... in fact every time the user resizes the window, for some reason everything gets messed up.
For some reason, all browsers (Chrome, Firefox and IE) don't recalculate the CSS (or don't recalculate it correctly) after resizing of the browser's window.
Can I force reloading the page (by that I mean CSS recalculation) every time the user resizes his browser's window? However, I don't want to have to reprovide the content from the server every time.
Thanks all!