Indicate current page on navbar

  • Thread starter Thread starter Thor
  • Start date Start date
T

Thor

When I'm on the "About Us" page, I'd like the [About Us] navbar button to
turn blue. Or, I'd go for a little symbol on the button.

How is this done?

TIA
 
Assuming you are using a FrontPage Navbar displayed as text, use CSS to
style the Navbar - (though this will not be perfect)
Example:
<p style="color:blue;"><!-- Navbar goes here --></p>

The [About Us] will be blue. Unfortunately, all the brackets, [ and ],
for the other links will also be blue, though the links themselves will
retain whatever colours you have set for links.

If you are using graphics, then modify the theme.

Also see http://192.168.1.204/tests/styling_nav_bars.htm

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp

FrontPage Support: http://www.frontpagemvps.com/
 
Back
Top