On Tue, Oct 24, 2006 at 12:47:43PM -0700, Tee G. Peng wrote: > Hi, this is the first time I try implementing tabindex for navigation. > > http://new.marinersq.com/html/thierry.html > The above page has 6 menu tabs and I have them set from tabindex="1", > tabindex="2" and so on...but nothing happens when I try to tab them. > I tried using combination of 'shift', 'alt', 'control' and 'command'.
Works here (although it suffers from "Skip to content link isn't first item in the taborder" and "Image Replacement means the text of the image is off the page so the focus box looks really weird"). I suggest you: 1: Stop using image replacement. <img> elements aren't deprecated. 2: Put your skip link at the front of the tab order 3: Check you are using a browser that supports navigation by tabbing -- David Dorward http://dorward.me.uk ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
