i need to create a pop up window in css which opens when we click a button or anything else. when that screen was open it should be a transparent one, so that the background text or images to that screen should be a viewable one when it was open(look like glass or mirror)....
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
In jQuery i use "Dialog" and modified css as below : .ui-dialog { opacity: 0.9; } or see jQuery UI dialog overlay |
|||
|
|
|
Use a semi-transparent png (including alpha) as the background image of your 'popup'.
Which works pretty much cross-browser (no IE6) and doesn't need CSS3 |
||||
|
|