making all text lowercase, some aren't changing |
making all text lowercase, some aren't changing |
Oct 12 2009, 06:42 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 21 Joined: Sep 2007 Member No: 575,080 |
hi, i want to make all the text on my page lowercase, and found the following code for it:
CODE <style> <!-- --> --> --> --> --> --> --> .blacktext10{ text-transform: lowercase;} .btext{ text-transform: lowercase;} .blacktext12{ text-transform: lowercase;} .orangetext15{ text-transform: lowercase;} .text{ text-transform: lowercase;} a:link { text-transform: lowercase;} a:visited { text-transform: lowercase;} a:hover { text-transform: lowercase;} a:active { text-transform: lowercase;} --> </style> it works, but i don't think it covers everything, because a few things on my page aren't changing to lowercase. what tags/identifiers am i missing? on my page, these are the ones that aren't changing: - "Mood" and "View My" (pics/videos) - "Myspace URL" (the heading, not the actual url) - the labels for interests ("General, Music," etc.) - the labels for details ("Status, Orientation," etc.) - the details themselves ("Swinger, Straight," etc.) - the details for my schools box ("Major," etc.) please tell me how i can identify these aspects so that I can make them lowercase as well...thank you! |
|
|
|
![]() |
Oct 12 2009, 06:44 PM
Post
#2
|
|
![]() i like boobies, yes I do. I like boobies - how 'bout you? ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 620 Joined: Jun 2008 Member No: 662,457 |
Just do
* {text-transform: lowercase;} |
|
|
|
ep1986 making all text lowercase Oct 12 2009, 06:42 PM
ep1986 OH wow...so much easier! lol, thank you! Oct 12 2009, 06:48 PM
Buttsex Do wildcards work with CSS? I wasn't aware of... Oct 12 2009, 06:49 PM
HeartOfPandora QUOTE(Buttsex @ Oct 12 2009, 06:49 PM) Do... Oct 12 2009, 06:51 PM
Buttsex I never did any kind of tutorial thing. I learned... Oct 12 2009, 06:52 PM
HeartOfPandora ^ It's true. And that's what I did as wel... Oct 12 2009, 07:02 PM
Mike Topic closed & moved. Oct 13 2009, 02:50 AM![]() ![]() |