Forum Moderators: open
Im having problems with forms existing within a scroller.
The problem is that I cannot click into the form fields.
There are 3 forms available at:
These are
Demonstration - can be found by clicking into fleet intelligence menu item
Calculator - can be found by clicking into fleet intelligence menu item
Contact Us - can be found by clicking into contact us followed by details
menu item
However, the forms seem not to be clickable - these are
the div properties:
#Contact { position: absolute; width: 528px; z-index: 97; left: 0px; top:
0px; visibility: hidden }
#Demonstration { position: absolute; width: 528px; z-index: 96; left: 0px;
top: 0px; visibility: hidden }
#Calculator { position: absolute; width: 528px; z-index: 95; left: 0px; top:
0px; visibility: hidden }
As you can see #Contact has a z-index of 97 - and this
form works if u go there first time. However #Demonstration
will only work once you click into #Contact, and #Calculator
will only work once you go into both #Contact and
#Demonstration.
The fields seem to overlap eachother which causes the fields
not to be clicked, unless you follow the above.
What I need is for all 3 forms to work first time without
the need of going into each div layer to get the other
working.
Can this be achieved - either by the z-index property or
any other method?
Thanks in advance,
Any help most appreciated as this is driving me nuts.
Alex.
[edited by: alfonce at 12:06 pm (utc) on April 10, 2003]
I think you should remove the URL as it is against the forum TOS
Read this first: [webmasterworld.com...]
<added>and this [webmasterworld.com...]
you will need to look here
Demonstration Form - can be found by clicking into fleet intelligence menu item and clicking on demonstration
Calculator Form - can be found by clicking into fleet intelligence menu item and clicking in claculator
Contact Us Form - can be found by clicking into contact us followed by clicking into the details menu item
Here you will find the forms of which I talked.
Could you please let me know when youve seen the forms at the url dso I can remove the url
thanks a lto
Alex.
[edited by: alfonce at 2:04 pm (utc) on April 10, 2003]
Leo
ps. BTW I think you should have created one page for each of your links and not just toggling between hidden layers (which might cause bad google ranking one day because of the abuse) - is that out of question (it will solve your problem)