I've got a strange problem. I have explicitely set my tabindex to a number from 0 - 30 for the controls on my page. However, if I position my focus into control #0 and hit tab, it goes to control #1, but I have to hit 10 tabs before it focuses on control #2 (along the way it even focuses on the address bar!). What the heck is going on?
I have an asp.net web page that is utilizing a master page. the master page does have some buttons and links, but I checked and there aren't any tabindex values at all on that page.
Thanks in advance,
Jerry Scannell
I have an asp.net web page that is utilizing a master page. the master page does have some buttons and links, but I checked and there aren't any tabindex values at all on that page.
Thanks in advance,
Jerry Scannell