I have this, trying to make a modal window for a website: http://jsfiddle.net/qHqvn/
I want to make it look consistent along browsers, IE6, Firefox and Chrome. However I'm making something wrong because in every browser it displays diferently. I want the red box to always take 50% of the width and height of the screen and dont let the user interact with the underneath content until they close it.
In chrome it does behave as I expect but in firefox the box is never where I want, it is centered horizontally but not vertically and if i resize the navigator window, it is pushed even further. In IE6, well, no words for it, it just wont do the work.
Anyway, it is my fault that it does not behave propperly but I just don't know what i'm doing wrong