|
Thanks ! inline fixed it..
How about this:
I am trying to decipher this code:
obj.top=(db.offsetHeight-h)/2+"px";
obj.left=(db.offsetWidth-w)/2+"px";
I want to work out top and left values come up when I input the different parameters.
Can you?
Thanks again
|