ironhide1975
Programmer
I'm having the hardest time trying to get a DIV to accurately place on a page. I'm trying to use it to hide a section of the page so the user can't click a submit button once they show the DIV.
I've tried to create a div within a div to center it on the page, but because of the way the page is structured it draws the div at the time of when it's in the middle of the table. Thus it thinks the div is only as large at the table cell.
To make up for this, is there a way I can tell the DIV to be specially placed in the upper left hand corner of the table cell? And if so, can someone provide me an example of how to do this? I believe I need to reference one div with another??? Any help is appreciated.
I've tried to create a div within a div to center it on the page, but because of the way the page is structured it draws the div at the time of when it's in the middle of the table. Thus it thinks the div is only as large at the table cell.
To make up for this, is there a way I can tell the DIV to be specially placed in the upper left hand corner of the table cell? And if so, can someone provide me an example of how to do this? I believe I need to reference one div with another??? Any help is appreciated.