I'm in the process of working on a page that uses layers and iFrames in conjunction with javascript and <div> layers. The problem I'm hoping to solve with your help is that I implemented
onclick="this.className='stylesheetstyle'"
in the <a href> tag and so therefore when users click the links, the text becomes bold. However since I'm using multiple frames on a page, this makes it look odd when the user back tracks and clicks a different link in the frame. Is it possible using JavaScript to have a users input on click of link unbold the previously clicked link?
In short:
Click link -> link goes bold
move forward....
click another link (different frame) -> go forward
... back up 2 previous frame...
click a different link and go forward.. but this time the bold text changes to highlight the new choice only rather than both the original choice and the new.
Please help me here, eliminating the multi-bold would help my users out immensely.
Thanks for any help.