Re:
I am trying to create a button which switches a DIV layer to visible or not- so that the customer can either have a "NEW CUSTOMER" or "EXSITING CUSTOMER" box to use.
I've got this to work great by using two <DIV>'s, and using javascript to set them visible or not.
The problem is, the first box on the page will take up a lot of room, pushing the second DIV further down the page.
I would like both divs to start in the same place.
I was planning to use POSITION:ABSOLUTE, however, the position is not absolute, because the content above it could change.
How do i tell two DIV layers to position themselves at the top of a table?
I am trying to create a button which switches a DIV layer to visible or not- so that the customer can either have a "NEW CUSTOMER" or "EXSITING CUSTOMER" box to use.
I've got this to work great by using two <DIV>'s, and using javascript to set them visible or not.
The problem is, the first box on the page will take up a lot of room, pushing the second DIV further down the page.
I would like both divs to start in the same place.
I was planning to use POSITION:ABSOLUTE, however, the position is not absolute, because the content above it could change.
How do i tell two DIV layers to position themselves at the top of a table?