Comments on: The perfect document overlay https://j11y.io/javascript/the-perfect-document-overlay/ Sun, 22 Mar 2015 15:39:22 +0000 hourly 1 https://wordpress.org/?v=5.0.13 By: Alexandre https://j11y.io/javascript/the-perfect-document-overlay/#comment-386 Fri, 07 Aug 2009 19:40:44 +0000 https://j11y.io/?p=354#comment-386 I want create an overlay with a checkbox and a Ok button. I need to close the overlay when press the Ok button and verify in the checkbox was checked.
Do you know how to do that?
Thanks,

]]>
By: Mark McDonnell https://j11y.io/javascript/the-perfect-document-overlay/#comment-385 Tue, 14 Jul 2009 20:00:25 +0000 https://j11y.io/?p=354#comment-385 Hi there, this looks like a great function but it doesn’t appear to work.

I’ve tried using each of your 5 examples and none of them work!

The only thing that appears to work is if I try and trigger the overlay from an <a> element and I did that by copying the inline javascript (christ there was a lot of it lol) from your ‘demo’ link.

Any ideas any one why using the anchor works but just pasting in any of the above example code doesn’t work?

]]>
By: tfforums https://j11y.io/javascript/the-perfect-document-overlay/#comment-384 Tue, 02 Jun 2009 08:13:26 +0000 https://j11y.io/?p=354#comment-384 Unfortunately the overlay doesn’t address the problem of drop downs having an infinite z-index in ie 6? A common work-around for this is to hide them on init and show them on the dispose… You may want to update your script for all your fans 🙂

]]>
By: acidcloud https://j11y.io/javascript/the-perfect-document-overlay/#comment-383 Mon, 12 Jan 2009 21:00:05 +0000 https://j11y.io/?p=354#comment-383 This is simply amazing. The link you provided to Karimun is also really helpful. I’m not that great with javascript but I’m starting to learn more and more. I’m definitely going to have to try this out. I love your website by the way.

]]>
By: Erik Pettersson https://j11y.io/javascript/the-perfect-document-overlay/#comment-382 Wed, 07 Jan 2009 22:01:46 +0000 https://j11y.io/?p=354#comment-382 Awsome overlay! This will work perfectly with my new project. Thanks 🙂

]]>
By: Raymond Selda https://j11y.io/javascript/the-perfect-document-overlay/#comment-381 Wed, 07 Jan 2009 03:40:05 +0000 https://j11y.io/?p=354#comment-381 Really nice. Thank you.

]]>
By: Karimun https://j11y.io/javascript/the-perfect-document-overlay/#comment-380 Tue, 06 Jan 2009 20:16:50 +0000 https://j11y.io/?p=354#comment-380 Perfect. Thanks.

]]>
By: James https://j11y.io/javascript/the-perfect-document-overlay/#comment-379 Tue, 06 Jan 2009 19:21:19 +0000 https://j11y.io/?p=354#comment-379 Do you mean a message within some type of modal window? It’s just a case of adding another element which sits above the overlay. There are some cool jQuery plugins too – look at this: http://abeautifulsite.net/notebook_files/87/demo/

]]>
By: Karimun https://j11y.io/javascript/the-perfect-document-overlay/#comment-378 Tue, 06 Jan 2009 07:11:02 +0000 https://j11y.io/?p=354#comment-378 At which point I would add for example a text message and how?

]]>