Link to home
Start Free TrialLog in
Avatar of KeithMcElroy
KeithMcElroy

asked on

html cursor up and down, side to side like excel

Is there a jquery or other solution to making a html table allow user to arrow left, right, up and down?
ASKER CERTIFIED SOLUTION
Avatar of Jagadishwor Dulal
Jagadishwor Dulal
Flag of Nepal image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of KeithMcElroy
KeithMcElroy

ASKER

do i need to declare html 5 in the header somewhere?
In chrome, it is not working.
Which version of chrome you are using? It's working to me and it's  27.0.1453.94 . Or try adding html tag on the top like
<!doctype html>
<head>
<title></title>
</head>

Open in new window

Yes, that seemed to do it.
A follow up question, and actually what I should have put in my original question.
is there a way to cursor between input boxes each contained in the td cells?
Shall award points.
Thank you!