Thank you for this! Between your last and rt's explanation and this, I'm sure I can muddle through! You all never disappoint, thank you so much for your awesome help and being so generous with it. Side note...Where I've decided to insert my breadcrumbs is playing wonky with some pages because of the size of the image that sits above. This has forced me to be a good girl and more uniformly insert the proper coding for these images..ie, size, etc lol. It so funny, whenever you try and get away with something lazy, something else happens to show you why its reeeeally best to do things properly from the beginning. On Fri, Jun 3, 2016 at 10:08 PM, Barry Carlson via < [email protected]> wrote: > Jennifer, > > I've had a look at your ONS Census1 page and the leftnav menu. > > I would suggest the easiest way to achieve what you want is to - > > (1) Remove the class="active" from the recordsmenu.txt file. > > (2) Insert in the head section of the census1/index.html file the > following styles:- > > #leftnav li:nth-of-type(4) a {/* Census Records */ > font-weight: bold; > color: #B43030; > background: transparent; > text-decoration: none; > pointer-events: none; > cursor: default; > } > ... this is similar to the a.active style, but now it doesn't appear or > act as a link. > > Or just remove it altogether using:- > > #leftnav li:nth-of-type(4) {/* Census Records */ > display:none; > } > > The li:nth-of-type(#) is the <li> number in the recordsmenu.txt SSI > file. > > These styles work from IE9 and the other browsers from much earlier, > but if you want to add an id to each the <li>'s, in the recordsmenu.txt > file e.g. <li id="censusR"> then the above style selector #leftnav > li:nth-of-type(4) can be replaced with #censusR etc.. > > Barry > > ----------------------- > On 03/06/2016 08:36, Barry Carlson via wrote: > > Jennifer, > > > > Rob has put you on the right track. > > > > In the example I made, the linked external CSS styles represent the > > styles common to all your pages, and the embedded CSS is that of > > individual active pages. In other words, the SSI included Menu file > > doesn't have the page specific styles. They are the ones embedded on > > each page, but the overall styles for the Menu can be included in > > your > > site's external CSS. > > > > I'll have a look at the specific pages you refer to, and when I get > > some time I'll redo the example. > > > > Barry > > > > ----------------------- > > > > On 03/06/2016 06:49, Jennifer McKemie via wrote: > >> If the "link1" item is styled in the included file, that rule will > >> govern > >> because the included file is loaded in the page's body section, > >> after > >> the > >> active page's head. So the items' styling has to be left out of the > >> included file and put into the active page file. > >> > >> ^^^^^ > >> > >> This is what I wasn't understanding!!! > > > > > > > > ------------------------------- > > 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 > > > ------------------------------- > 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