|
|
And lo On Tue, 21 Sep 2010 13:57:13 +0100, Invisible <voi### [at] devnull> did
spake thusly:
> On 21/09/2010 01:50 PM, Invisible wrote:
>
>> Yeah, I know, there's hardly anything ground-breaking in here.
>
> I'm particularly pleased with how I managed to insert chevrons *between*
> the links, but not before or after them. That look some figuring out.
>
> (The trick is to do :before {content: " > ";} and then do
> :first-child:before {content: "Navigation: ";}. You can even put
> additional styling in there; I've put "Navigation" in bold, for example.)
>
> Irritatingly, what you *cannot* do is content: " → ". This is
> extremely frustrating, and currently I cannot find any way around this
> flaw.
content: "\2192" use the escaped hex value.
--
Phil Cook
--
I once tried to be apathetic, but I just couldn't be bothered
http://flipc.blogspot.com
Post a reply to this message
|
|