Forum Moderators: open

Message Too Old, No Replies

z index form query

         

alfonce

11:31 am on Apr 10, 2003 (gmt 0)

10+ Year Member



Hi,

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]

le_gber

11:36 am on Apr 10, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi Alfonce,

I think you should remove the URL as it is against the forum TOS

Read this first: [webmasterworld.com...]

<added>and this [webmasterworld.com...]

alfonce

12:04 pm on Apr 10, 2003 (gmt 0)

10+ Year Member



Ok thanks

erm sorry about the url - didnt realise.

Is there a way for me to edit the thread to remove the url?

thanks

Alex.

alfonce

12:06 pm on Apr 10, 2003 (gmt 0)

10+ Year Member



done it thanks

alfonce

12:13 pm on Apr 10, 2003 (gmt 0)

10+ Year Member



By done it I mean Ive found how to remove the url using owner edit.

The problem as stated above remains

thanks

le_gber

12:32 pm on Apr 10, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I've been on the URL but don't see any form can you be more precise?

Sorry can you sticky me the URL again, duh!

Sticky mail is internal kind of email system.

leo

alfonce

1:44 pm on Apr 10, 2003 (gmt 0)

10+ Year Member



Ok thanks the url for this is

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]

le_gber

1:53 pm on Apr 10, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



NOsticky mail me :)

That's by clicking on the sticky mail link below the link to my user profile, below my member name.

Guess you'd have to delete the url again ;)

leo

le_gber

2:28 pm on Apr 10, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Just a thought what happend if you put them on the same z-index?

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)

alfonce

2:38 pm on Apr 10, 2003 (gmt 0)

10+ Year Member



Ok thanks a lot
Ill see what I can do