Page is a not externally linkable
D_Blackwell - 6:42 pm on Nov 1, 2009 (gmt 0)
You will also need to apply to :visited for this, e.g., using the bold value to help visually identify visited links in addition to default color: change. Might also be a good idea to specifically declare the initial value and not trust defaults You get a little more control over defining bold by using numeric values. W3C - font-weight: [w3.org] ol li a { ol li a:visited { ol li a:active {
.....and stay bold?
font-weight: 400;
}
font-weight: 800;
}
font-weight: 800;
}