Posted by Stefan Mueller on 03/01/06 08:10
>> 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.
>>
>>
> In the order you want the tabs to move.
I use tabindex = '0' so that the Tab sequence is from top to down (left to
right). If I use
<html>
<body>
<img src= 'mypic.gif' tabindex = '1'>
<input type = 'checkbox' tabindex = '2'>
<p>
<img src= 'mypic.gif' tabindex = '3'>
<input type = 'checkbox' tabindex = '4'>
</body>
</html>
then the Tab sequence would be wrong.
Stefan
Navigation:
[Reply to this message]
|