Note: The Rootsweb Mailing Lists will be shut down on April 6, 2023. (More info)
RootsWeb.com Mailing Lists
Total: 2/2
    1. Re: [FreeHelp] SSI and "active" question
    2. Jennifer McKemie via
    3. Yep! I just don't understand how to do the styles. If I add something to the external style sheet, if I add a style somehow where it adds the include, or if I add styles like I do a non-external style sheet and they cover the thing. I mean, literally where do I add the active/current designation? On Wed, Jun 1, 2016 at 6:02 PM, Barry Carlson via < [email protected]> wrote: > Jennifer, > > You want to be able to "highlight" the appropriate part of the menu to > match the page that is currently active? Right? > > The menu is a SSI file, and the easiest way to make the appropriate > change to the menu is to use embedded styles in the head of the active > page to do just that. > > Am I on the right track? > > Barry > > ------------------------------- > > On 01/06/2016 21:09, Jennifer McKemie via wrote: > > ohhh, I can do that! > > > > This is the sort of page I want to change: > > > > > http://freepages.genealogy.rootsweb.ancestry.com/~mckemie/onenamestudy/records1/index.html > > I would like to visually change the appearance of the active page > > choice in > > the menu along the left (starts with Bible and ends with Wills). > > > > The example I'm using is the tabbed menu along the top of this page: > > http://freepages.genealogy.rootsweb.ancestry.com/~mckemie/index.html > > > > My goal is not to duplicate, just to do something, probably just a > > shading > > or color change, undecided as of yet, for the link to show it is the > > "active" page the user is on. > > > > ------------------------------- > To unsubscribe from the list, please send an email to > [email protected] with the word 'unsubscribe' without > the quotes in the subject and the body of the message > -- Jennifer McKemie www.mckemie.org

    06/01/2016 01:00:30
    1. Re: [FreeHelp] SSI and "active" question
    2. Barry Carlson via
    3. Notes: (1) The link to the active page is disabled using "pointer-events:none" (2) The link cursor changes to the default pointer if the active page link is hovered. (3) CSS is also used to set the #layoutdims using the :after {content:"name";} (4) How you highlight the active page in #header is up to you; I've just used a reddish background-color. (5) The active class is not needed, as the links to each page are selected using - #header li:nth-of-type(#) a {css:value} Hope that helps; ask if in doubt. Barry ----------------------------- On 02/06/2016 11:00, Jennifer McKemie wrote: Yep! I just don't understand how to do the styles. If I add something to the external style sheet, if I add a style somehow where it adds the include, or if I add styles like I do a non-external style sheet and they cover the thing. I mean, literally where do I add the active/current designation?

    06/02/2016 09:58:46