S
Stefan Mueller
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?
Stefan
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?
Stefan