Click to See Complete Forum and Search --> : designing form in layers,,,plz help!!


s.vidya
11-25-2003, 06:58 AM
hi guys,,

I have to design a good looking form having 2 buttons,,
Now,,when i click a button,,on the same form ,,but a different layer,,(and hence on the second layer the first 2 buttons won't be visible)i have 4 buttons and 2 drop down boxes,,,.Now based on the selection of the 2 drop down boxes ,,i go to a html page...

How do i do this,,,plz help me,,time is running away

Thanks in advance

:confused:

s.vidya
11-25-2003, 07:08 AM
hi guys,,(if u didn's understand the previous one i had sent)

i have to design a good looking form having 2 buttons,,
If any of the button is pressed on this form,,,,,then on the same form i have a different set of 4 buttons and 2 drop down box present.
Then i select the choices in the drop down boxes and based on that ,,a web page opens..
So it is like layers of card..but the layers are visible based on selections on each layer

How do i design something like this

TheBearMay
11-25-2003, 07:51 AM
Easiest way may be to define multiple DIV - one for each layer - and change the style.visibility attribute for each from 'hidden' to 'visible' and back as required.

s.vidya
11-27-2003, 11:48 AM
Originally posted by TheBearMay
Easiest way may be to define multiple DIV - one for each layer - and change the style.visibility attribute for each from 'hidden' to 'visible' and back as required.

thanks BearMay 4 replying,,,,
but i dont know abt the multiple DIV.Can u plz tell me as to how i can use multiple DIV for my coding,,

Thanks in advance