How to keep active tab highlighted in blogger

hi all,

any suggestions on how to do this…
i am new in blogging and i added a drop down menu.
i would like to have the active tab higlighted so that readers will know on what page are they in…

help would be much appreciated…

thanks…

You need to make some change in the CSS of the theme you are using as follows:

#topnav li.current-menu-item a { background-color:#B2C629; }
#topnav li.current_page_item a { background-color:#B2C629; }”

in your menu. The div name is different for different theme and color value as you need.