i have a div that is hidden.After calling a function i just give the code as follows for making the div visible.
the code is document.getElementById("divid").style.display="block";
it works in IE but not in Mozilla(3.0.3)
have any idea?
thanx in advance...