Hi, I'm designing a website and need some help.... http://www.silksbuilding.com/main.html The website content changes in an iFrame, and when a menu item is selected, I'd like that menu button to stay orange colour. For example, when "Developer" is selected, I'd like that button to stay orange until another menu option is selected. Offering $25 for someone to offer a solution. Feel free to download the main.html to make changes and I'll pay upon implementation of the solution. Thanks.
I saw you used pictures instead of text in the menu. You should use text and then it is easy to solve with CSS hover techniques.
It's easy enough (perhaps even easier) to solve images with CSS IMO. Original Poster, I'll put the code up in a sec. Got to go out first though
You shouldn't need any javascript to solve this. CSS hover techniques should do the trick, you just set id="active" on the relevant link on each page then style "active" with CSS. Or something...