Active link styling does not appear for iFramed "Index Link"

MRPW / 2014-04-09 16:28:18   

Hey,

I have styling set to change the display of the active link,
but this does not pertain to a link that is an embedded iframe - using the 'Index Link"

Any suggestions as to why this wouldn't happen?

philwilson.ca/ongoing/…

MRPW / 2014-04-09 16:31:40   

It would appear as if the styling only applies to index - and not postnav.. is it possible to expand the styling to incorporate pre / post nav. (and how)

MRPW / 2014-04-09 16:48:48   

Yeah, I'm trying to find which part styles the post nav using firebug but I cant seem to figure it out...

MRPW / 2014-04-09 17:00:54   

Update,

I'd like to change the post nav "Active Link" styling SEPARATE from the index "Ative Link" Styling...

bipster / 2014-04-09 18:10:01   

Try this:

.bot a:link {
color: #b00 !important;
}

MRPW / 2014-04-09 19:05:46   

I tried to put this above and below the normal link styling
And nothing seemed to happen?

bipster / 2014-04-09 20:21:08   

You have to remove the <font> tags around Info and Blog

MRPW / 2014-04-09 20:37:41   

AH! ok

MRPW / 2014-04-09 20:48:39   

Ok! So now when I add this

.bot a:link {
color: #b00 !important;
}

After the first link styling than the post nav text will flash red when it is clicked, but not stay red when that link is active...

MRPW / 2014-04-09 21:01:45   

Is it possible to add the post nav indicator (#index p)? to this group,

/* active exhibit title parts */
li.active a:link, li a.active, li.active a:hover, li a.active, li.active a:active, li a.active,
li.active a:visited, li a.active, li span.active, #index ul.section li.active a:link,
#index ul.section li.active a:hover, #index ul.section li.active a:active, #index ul.section li.active a:visited
{ font-weight: bold; color: #ff0000;}

bipster / 2014-04-09 21:25:56   

Try this (remove the :link):

  1. .bot a {
  2.     color: #b00 !important;
  3. }
MRPW / 2014-04-10 06:08:41   

Still no dice

MRPW / 2014-04-19 16:42:43   

The link will blink red for a short time upon clicking but it will not stay red when that page is active....

I thought that the index link options controlled everything within the index, I wonder why the pre and post nav text links are excluded...

This thread has been closed, thank you.