NorthStarDA
IS-IT--Management
Hi,
I am writing divs to be used in place of alerts in my application. Any time i would normally alert the user with something, i'll pass that to the div content and make it visible. That part is working great, I would like to extend this so that when this div is visible, other content divs are 'grayed out' and disabled to prevent any user interacting with the other divs while my alert div is showing. I have a css class to change the opacity of my underlying divs, but i need to know how to take all buttons, form fields, etc.. in the content div and make them so they can not be clicked on.
is that making sense?
thanks
=========================================
I have not failed. I've just found 10,000 ways that won't work.
Thomas A. Edison
I am writing divs to be used in place of alerts in my application. Any time i would normally alert the user with something, i'll pass that to the div content and make it visible. That part is working great, I would like to extend this so that when this div is visible, other content divs are 'grayed out' and disabled to prevent any user interacting with the other divs while my alert div is showing. I have a css class to change the opacity of my underlying divs, but i need to know how to take all buttons, form fields, etc.. in the content div and make them so they can not be clicked on.
is that making sense?
thanks
=========================================
I have not failed. I've just found 10,000 ways that won't work.
Thomas A. Edison