Advertisement

10.08.2008 at 02:07PM PDT, ID: 23799175 | Points: 500
[x]
Attachment Details

keyboard navigation in menu

Asked by vidhubala in JavaScript

Tags:

i have a dropdown menu with tabindex.
i want to use the up and down keys in the keyboard to navigate for the dropdown items from 11 to 14.
pl help.Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
 <head>
 </head>
 <body>
<table cellpadding="0" cellspacing="0" border="0">
<tr>
	<td tabindex="1"><img src="1.png" width="177" height="48" border="0" alt="1"></td>
	<td tabindex="2"><img src="2.png" width="177" height="48" border="0" alt="2"></td>
	<td tabindex="3"><img src="3.png" width="177" height="48" border="0" alt="3"></td>
	<td tabindex="4"><img src="4.png" width="177" height="48" border="0" alt="4"></td>
</tr>
<tr>
	<td>
		<div id="menu1">
			<img tabindex="5" src="11.png" width="177" height="48" border="0" alt="11"><br/>
			<img tabindex="6" src="12.png" width="177" height="48" border="0" alt="12"><br/>
			<img tabindex="7" src="13.png" width="177" height="48" border="0" alt="13"><br/>
			<img tabindex="8" src="14.png" width="177" height="48" border="0" alt="14"><br/>
		</div>
	</td>
	<td>
		
	</td>
	<td>
		
	</td>
	<td>
		
	</td>
</tr>
</table>
 </body>
</html>
[+][-]10.08.2008 at 05:21PM PDT, ID: 22674605

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10.08.2008 at 05:21PM PDT, ID: 22674607

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10.18.2008 at 06:13PM PDT, ID: 22750476

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10.19.2008 at 12:05PM PDT, ID: 22753329

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10.19.2008 at 02:39PM PDT, ID: 22753835

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10.19.2008 at 03:02PM PDT, ID: 22753917

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10.19.2008 at 03:10PM PDT, ID: 22753942

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628