PDA

View Full Version : Netscape and IE tabindex differences


jeanne
08-27-2002, 05:43 PM
How does netscape 6.0 deal with tabindex?
i know you need to do taborder to control the tab flow in IE.
How can i make it work in both browsers?

i have my form fields set up like this:

<Input taborder="1" tabindex="1" Name="A59" maxLength="30" Type="text"/>

<Input taborder="2" tabindex="2" Name="A60" maxLength="30" Type="text"/>


but it doesnt work properly in Netscape 6.0 or higher.
any suggestions?

Thanks!

joh6nn
08-27-2002, 10:40 PM
i've never heard of taborder, only tabindex, and it seems to work fine for me in both browsers. can we see the page this is on?

jeanne
08-27-2002, 10:44 PM
actually i found the solution...

i was using a CSS div ID on the page instead of a div class.
For some reason that was causing the tab index to not work in Netscape.

So weird!!!

Thank you for responding to my post!

LJ