Results 1 to 3 of 3

Thread: Changing a menu

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 1999
    Location
    Ohio
    Posts
    59
    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.

  2. #2
    Member
    Join Date
    Sep 2000
    Posts
    49
    Don't the A:Visited and A:Active selectors in CSS work?

  3. #3

    Thread Starter
    Member
    Join Date
    Aug 1999
    Location
    Ohio
    Posts
    59
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width