|
Posted by Blinky the Shark on 03/01/06 04:05
On Wed, 01 Mar 2006 02:34:04 +0100, Stefan Mueller wrote:
> If I click on the first image (mypic1.gif) and then press once theTab key
> the focus is not going to the next checkbox within Internet Explorer. With
> Mozilla Firefox it's working already the first time.
>
> <html>
> <body>
> <img src= 'mypic1.gif' tabindex = '0'>
> <input type = 'checkbox'>
> <p>
> <img src= 'mypic2.gif' tabindex = '0'>
> <input type = 'checkbox'>
> </body>
> </html>
>
> Is there any possibility to tell Internet Exporer also to jump to the next
> checkbox if the Tab key is pressed only once?
I've never used tabindex, but if it does what a similar construct does in
the databas front ends I've used, you should probably set each tabindex
value to different number.
--
Blinky
Killing all posts from Google Groups
The Usenet Improvement Project: http://blinkynet.net/comp/uip5.html
Navigation:
[Reply to this message]
|