esthera
12-27-2009, 10:07 AM
I have
document.getElementById('divname').style.display = "inline";
but the problem this makes it inline and I want the div to show on the next line
how can i make it unhide but still show as a div without showing inline?
document.getElementById('divname').style.display = "inline";
but the problem this makes it inline and I want the div to show on the next line
how can i make it unhide but still show as a div without showing inline?