You can address elements from the DOM (Document Object Model) directly via JavaScript.
Cheers, Mike Pepper Accessible Web Developer Internet SEO and Marketing Analyst [EMAIL PROTECTED] http://www.visidigm.com Administrator Guild of Accessible Web Designers [EMAIL PROTECTED] http://www.gawds.org > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Trusz, Andrew > Sent: 10 February 2005 11:41 > To: '[email protected]' > Subject: RE: [WSG] Not and IE bug?...follow up difference why a > difference between IDs and classes? > > > > > newbie questions... What is the advantage of the fact that IDs must be > unique on a page? I am aware of the circumstance that if you need to > "repeat" an ID, set is as a class, but have still not figured out the > advantage of an ID. > > � devendra � > > > ============================================ > > In addition to everything else, as id replaces "name", id becomes > a means to > navigate to parts of a document using the anchor element: <a > id="main"></a>. > > drew > ****************************************************** > The discussion list for http://webstandardsgroup.org/ > > See http://webstandardsgroup.org/mail/guidelines.cfm > for some hints on posting to the list & getting help > ****************************************************** > > -- > No virus found in this incoming message. > Checked by AVG Anti-Virus. > Version: 7.0.300 / Virus Database: 265.8.6 - Release Date: 07/02/05 > ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
