I am working on a site and I want to place a full page overlay over it. I've thought of using z-index: 10000 (so it's for sure above everything) but it stays at the top. It's transparent until you click "show".
Ideas? Thanks!
Marshall
7:48 am on Sep 22, 2009 (gmt 0)
Are you talking about a light box effect?
Marshall
Br3nn4n
9:46 pm on Sep 26, 2009 (gmt 0)
I believe I am, yes. I basically just want to overlay a semi-transparent layer over EVERYTHING ELSE, and have a <p></p> centered (left-right, top-bottom) inside that. It's been used other places I just can't think of any that I could snag some code from. Plus, I'd like to figure out why it isn't working with my code.
I could post a url but...well I'm not supposed to :P
Marshall
9:59 pm on Sep 26, 2009 (gmt 0)
Do a web search for lightbox or jquery lightbox. The results should provide exactly what you want.