BiggerBrother
Technical User
Ok, I know when I'm beat, and this might well be one of those times. I have 40 menus, and now I need to change the style of all the menus to capital letters. Using the text-transform property, this is easy enough, and works great. The only issue I have is that one word is McGrath, which I need to turn into McGRATH.
I was thinking that I could be a little crafty, and use an ascii character reference, and may be this would fool the CSS, but nope, it just capitalises as it should do. Can anyone give me any ideas as to how to "work around" this tiny issue?
I would set all the links to capitals in the declaration, however, the menus are dynamically generated in 2 locations, using the same base lists, but displaying in different styles.
Thanks for looking, and any ideas,
BB
I was thinking that I could be a little crafty, and use an ascii character reference, and may be this would fool the CSS, but nope, it just capitalises as it should do. Can anyone give me any ideas as to how to "work around" this tiny issue?
I would set all the links to capitals in the declaration, however, the menus are dynamically generated in 2 locations, using the same base lists, but displaying in different styles.
Thanks for looking, and any ideas,
BB