Quote:
|
Originally Posted by Error
if i have a div box is there a way to make a button and when you press it it changes the div box's height?
|
Yes, there is. ;-)
I'm pretty sure you can do something like document.getElementById(foo).style.height = 500px;