SyntaxFix
Write A Post
Hire A Developer
Questions
Without using an overlay, you can use pointer-events: none on the div in CSS, but this does not work in IE or Opera.
pointer-events: none
div
div.disabled { pointer-events: none; /* for "disabled" effect */ opacity: 0.5; background: #CCC; }
Reference