Wrox Programmer Forums
|
Javascript How-To Ask your "How do I do this with Javascript?" questions here.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Javascript How-To section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 8th, 2007, 10:39 AM
Registered User
 
Join Date: Jan 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Tab Index

Hi there,

Anybody help me how to pu tabindex in a <img>tag. I gave a image when the user press tab while filling out the form it should not jump to tip box.

Thanks
A
 
Old January 9th, 2007, 02:25 AM
Friend of Wrox
 
Join Date: Oct 2004
Posts: 553
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to vinod_yadav1919 Send a message via Yahoo to vinod_yadav1919
Default

Hii Anu!!

as per following documents
http://www.w3.org/TR/html4/interact/...#adef-tabindex

tabindex attribute supports with --> A, AREA, BUTTON, INPUT, OBJECT, SELECT, and TEXTAREA.

since you want to add tabindex , its better to put <a><img></img></a> like structure ,you can change the style of visitied link for <a> with css
hope this will help you

Cheers :)

vinod
 
Old January 11th, 2007, 02:20 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 479
Thanks: 0
Thanked 3 Times in 3 Posts
Send a message via MSN to surendran Send a message via Yahoo to surendran
Default

hai,
Tabindex will work image also,
see a sample example here

<body>
<input type="text" tabindex="1">
<img src="http://newsimg.bbc.co.uk/shared/img/logo042.gif" tabindex="2">
<input type="text" tabindex="3">
</body>

surendran
(Anything is Possible)
http://ssuren.spaces.msn.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
How to disable a tab on a tab control. dbradley VB.NET 6 April 14th, 2011 10:04 AM
reset tab index stealthdevil Access VBA 1 August 31st, 2007 02:29 PM
Tab in XSLT in 1.0 only pradeepn XSLT 4 May 8th, 2007 06:35 PM
Tab + ASP Adam H-W Classic ASP Basics 2 April 25th, 2007 04:52 AM
Tab design balesh ASP.NET 1.0 and 1.1 Basics 0 June 5th, 2006 11:23 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.