Page 1 of 1

Textcolor in menu

Posted: Fri Oct 12, 2007 12:46 pm
by Anders kramer
Hi.
I'm making a new website. On that site i need to create a menu where the starting letter of the links has a different size and color.

Is that possible, and if so, how?

Regards
Anders

Re: Textcolor in menu

Posted: Fri Oct 12, 2007 2:56 pm
by SideshowBob
Hi,

Take a look at the pseudo element first:letter, I think this will do what you need.
http://www.w3schools.com/css/pr_pseudo_first-letter.asp

Bob

Re: Textcolor in menu

Posted: Sun Oct 14, 2007 5:42 pm
by Anders kramer
that is exactly what i need, but how do i apply it to a standard menu in CMSMS?

Re: Textcolor in menu

Posted: Sun Oct 14, 2007 11:06 pm
by Dr.CSS
Depends on which menu template you are using... something like this?...

#primary-nav a:first-letter {color:#ff0000;font-size:xx-large}

Re: Textcolor in menu

Posted: Sun Oct 14, 2007 11:08 pm
by Anders kramer
Im using "simple navigation - vertical". Im not that skilled with these codes, so if you could detailed explanation that would be great.

Anders