Forums

This topic is locked

transparent div is not active over the combobox

Posted 28 Jan 2009 14:19:44
1
has voted
28 Jan 2009 14:19:44 anju mol posted:
My javascript function is
{
document.body.innerHTML+="<div id='div1' style='position:absolute;top:0;left:0;width:100%;height:100%;background:#000000;
filter:alpha(opacity=40);' for = 'div' >";
document.body.innerHTML+="<center><label id='loading' style='position:absolute;top:0;left:435;background-color: FFFF66; width:115;height:30' > <font size=4>Processing...</font></label></center>";
document.body.innerHTML+="</div>";
}
My design consists of some text boxes,buttons and combo box.On button click this function will be called.this div will be active over the text boxes.but it is not existing over the combo box.All text boxes and buttons will be inactive under the transparent div.After the function call the div won't be active over the particular position of the combo box.even i can select from the combo box.I want to make the div active over the combo box also.
Can anyone help me.....?
Thanks in advance.....

Reply to this topic