I am wanting to spruce up my site navigation a bit,
For some reason first-letter does not work on my a elements
#top a:first-letter
{
color:red;
}
basically, for every link in the #top div I want the first letter to be red.
Has anyone any ideas as to why this isn’t working, or a possible solution?
The first-letter applies to the first character of the first formatted line of a block level element. It does not apply to inner elements such as anchors on indeed inline elements.