Modal dialog22nd February 2008, 922 views This is a modal dialog that I made for prompting the user for information. As usual it comes with very little documentation, so you'll have to figure it out from the comments. It's pretty easy though... It's modal because it prevents any other input by way of hiding all your SELECTs and a semi-transparent DIV that covers the page. Top 10 referrering pages
Link to meIf you use any of the code on this site (and if you don't I guess) or it makes your life easier, I'd appreciate a link - http://www.phpguru.org. Thanks!
Author: Artness
Posted: 1st March 2008 12:22 In IE7 the dropshadow layer won't reposition on window resize.
Quote
Author: Richard Heyes
Posted: 4th April 2008 13:40 Artness:
Quote> In IE7 the dropshadow layer won't reposition on > window resize. Fixed. Well, it works in IE6 anyhoo. For Firefox you could add an onresize event handler to the BODY tag, whereas with IE6+ it's just using the CSS expression(). |

Comments
Posted: 22nd February 2008 13:51