HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
change "current" id between two li elements
Post new topic   Reply to topic    HTML Help Forum Index -> DHTML
View previous topic :: View next topic  
Author Message
dgarlitz



Joined: 18 Jun 2005
Posts: 19

PostPosted: Wed Nov 29, 2006 6:30 am     change "current" id between two li elements Reply with quote

Hi - I've got a code up and running on this page:

http://www.geocities.com/davegarlitz/footer.htm

and all I need to add to it is a line or two that will make the id of the clicked link change to "current" and remove "current" from the other one. This should be simple, I'm sure, but I've tried a couple of things and can't seem to make it work...

thanks in advance!
dave
degsy



Joined: 23 Feb 2005
Posts: 2440
Location: North East, UK

PostPosted: Wed Dec 13, 2006 6:43 am     Reply with quote

What do you mean you want to change the ID?
roberts



Joined: 15 Mar 2007
Posts: 2

PostPosted: Thu Mar 15, 2007 9:02 pm     Reply with quote

do you mean change the id or name of two li elements?
Keikura



Joined: 24 Mar 2007
Posts: 167
Location: U.K.

PostPosted: Sat Mar 24, 2007 5:46 am     Reply with quote

He means this...

start:
Code:
<a id="current" href="index.html">Link 1</a>
<a id="normal" href="index.html">Link 2</a>


finish:
Code:
<a id="normal" href="index.html">Link 1</a>
<a id="current" href="index.html">Link 2</a>


To change an elements id:
Code:
document.getElementById('current').id = 'normal';
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> DHTML All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Webmaster Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial