PDA

Click to See Complete Forum and Search --> : Changing a menu


JasonS
Nov 16th, 2000, 04:37 PM
I have a menu built with tables on the left side of an asp page. Once the user selects the menu item I would like to change the menu item (bold, color, image, anything) so the user knows what page they are on.

I have one page, begin.asp, that has the menu definitions for all my pages that way I don't have to change code in every page. It's "included" at the beginning of my other asp pages.

Any one know how I can do this? I'm also using stylesheets ,client side javascript, server side vbscript.

N*G*Evangelion
Nov 17th, 2000, 03:20 AM
Don't the A:Visited and A:Active selectors in CSS work?

JasonS
Nov 17th, 2000, 08:39 AM
I've tried that but maybe I'm doing something wrong. Once the user has visited the page the menu item will stay that way for the entire time they are on the site.

That's not what I'm trying to do. I want to display something (either an image, different color, whatever) that "highlights" (for lack of a better word) that menu item so they know which page they are on. Once they select a new menu item that one should become "highlighted" and the one they just moved from should go back to its normal state.