S
Stefan Mueller
The following code works fine in IE and Mozilla however it doesn't work in
Opera.
<img src= 'my_pic.gif' tabindex = '0'>
<input type = 'text'>
<p>
<img src= 'my_pic.gif' tabindex = '0'>
<input type = 'text'>
<p>
<img src= 'my_pic.gif' tabindex = '0'>
<input type = 'text'>
How can I set a tab stop (tabindex) on a image in Opera?
I need a focused image e.g. to color a ckeckbox. Here is an example
http://nrkn.com/customCheck/
Stefan
Opera.
<img src= 'my_pic.gif' tabindex = '0'>
<input type = 'text'>
<p>
<img src= 'my_pic.gif' tabindex = '0'>
<input type = 'text'>
<p>
<img src= 'my_pic.gif' tabindex = '0'>
<input type = 'text'>
How can I set a tab stop (tabindex) on a image in Opera?
I need a focused image e.g. to color a ckeckbox. Here is an example
http://nrkn.com/customCheck/
Stefan