Have you considered styling your <LI>s so that they sit side-by-side within the list? Then you would have one single list, with list items taking up 49% of the width of the list, giving the appearance of two columns on screen, but only one physical list for accessibility.
I am sure there are many different ways of doing this, but the most obvious starting point would be to style the <LI>s as 'display:inline' and take it from there. Regards, Mike > -----Original Message----- > From: [email protected] > [mailto:[EMAIL PROTECTED] On Behalf Of Paul Novitski > Sent: Thursday, October 26, 2006 10:35 AM > To: [email protected] > Subject: Re: [WSG] Accessible Multi-Column List > > At 10/26/2006 01:44 AM, Sarah Peeke (XERT) wrote: > >Basically I need to show a list of links in two columns, alphabetical > >vertically (one column will not suffice as the list is too long). > > ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
