Can anyone answer my PHP GD Question?

Dunder Mifflin

New member
I am doing some direct drawing in PHP over a textarea input field on my website. Sounds strange but I have a reason for it. My textarea is at the center of my screen. If I use $drawarea = ImageCreate (x, y)... a couple of things will prevent my drawing from being exactly over the text area. One is the user's screen resolution and the other is whether they have their browser maximized or just partially open. I want to assure that I always draw over the text area. How do I do this?
Thank you.
 
Back
Top