|
LadynRed:
position:fixed seems to be recognized by ie 7 at least. I changed it to position:absolute anyway though and nothing changed.
I am trying to achieve a simple modal box. oBox_overlay covers the whole browser with a opaque black layer. oBox_content sits right in the center with a white background and displays any alerts or messages. The problem I am having is that the white background of oBox_content is opaque as well.
As far as positioning goes, everything seems to be cross-browser compatible.
If you have time, you should be able to simply copy and paste the code I posted into an html file with some content in the oBox_content div and see what I'm talking about.
|