Hi Guys,

I have a select drop down filled with color codes such as

"PINK/BLUE"

etc...

I want them to show up as
"Pink/Blue"

in the database that fills this list, they are stored in all CAPS, and 
are pulled directly with no formatting.

I applied the text-transform of capitalize to the element, but it 
doesn't seem to have any effect.  It seems like it can only capitalize 
from lowercase, and won't lowercase all but the first letter.

Before I go server-side and lcase() my array, I'm wondering if theres a 
better way with CSS.

I thought about something like:

#myselect { text-transform: lowercase; }
#myselect { text-transform: capitalize; }

which will first lowercase all the items, and then capitalize the words.

but this doesn't seem to work...  it still displays in full CAPS.



Any css ideas (cross browser (so none of those :after techniques)) 
before i go into the back end system?

Thanks!


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to