Re: [css-d] text-transform both lowercase AND capitalize?

2008-09-23 Thread Chang Huang
"No, the aim, I believe, is WORD --> word --> Word" Yes, that is exactly what I'm after. As Jack said, the text come from an external source that I don't have control of it. They can come as TEXT, text, Text, TeXt so on, and I wanted to know if it can be converted to 'Text' (capitalized) using jus

Re: [css-d] text-transform both lowercase AND capitalize?

2008-09-19 Thread tedd
At 10:11 AM +1000 9/19/08, Chang Huang wrote: >Thanks all. It would be nice to have the option 'text- >transform:lowercase capitalize;' though. Of course, you always have that option -- just about anything can be done, if you can describe it. The only problem here is that this list normally does

Re: [css-d] text-transform both lowercase AND capitalize?

2008-09-19 Thread tedd
At 12:08 AM -0500 9/19/08, Holly Bergevin wrote: >From: Chang Huang <[EMAIL PROTECTED]> > >>Thanks all. It would be nice to have the option 'text- >>transform:lowercase capitalize;' though. > >I guess I'm missing the point here, but when I type, I >"automatically" type words with capital letters a

Re: [css-d] text-transform both lowercase AND capitalize?

2008-09-19 Thread Jack Timmons
On Fri, Sep 19, 2008 at 12:08 AM, Holly Bergevin <[EMAIL PROTECTED]>wrote: > From: Chang Huang <[EMAIL PROTECTED]> > > >Thanks all. It would be nice to have the option 'text- > >transform:lowercase capitalize;' though. > > I guess I'm missing the point here, but when I type, I "automatically" type

Re: [css-d] text-transform both lowercase AND capitalize?

2008-09-18 Thread Holly Bergevin
From: Chang Huang <[EMAIL PROTECTED]> >Thanks all. It would be nice to have the option 'text- >transform:lowercase capitalize;' though. I guess I'm missing the point here, but when I type, I "automatically" type words with capital letters at the beginning and lowercase ones following as needed

Re: [css-d] text-transform both lowercase AND capitalize?

2008-09-18 Thread Chang Huang
Thanks all. It would be nice to have the option 'text- transform:lowercase capitalize;' though. On 18/09/2008, at 3:51 AM, Andrew Frazier wrote: > On Wed, 17 Sep 2008 18:29:08 +0100, Keith DiSarno <[EMAIL PROTECTED]> > wrote: > >> So you want to go... >> WORD --> word --> WORD >> >> ?? >> > > N

Re: [css-d] text-transform both lowercase AND capitalize?

2008-09-17 Thread Andrew Frazier
On Wed, 17 Sep 2008 18:29:08 +0100, Keith DiSarno <[EMAIL PROTECTED]> wrote: > So you want to go... > WORD --> word --> WORD > > ?? > No, the aim, I believe, is WORD --> word --> Word -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/

Re: [css-d] text-transform both lowercase AND capitalize?

2008-09-17 Thread Jack Timmons
On Wed, Sep 17, 2008 at 3:53 AM, Chang Huang <[EMAIL PROTECTED]> wrote: > Something like 'text-transform: lowercase capitalize;' > > Is it possible to do that? I can't do text-transform twice, can I? > As far as I have tested: No. And as David wrote, your only choices are Capitalize, Uppercase, L

Re: [css-d] text-transform both lowercase AND capitalize?

2008-09-17 Thread Keith DiSarno
So you want to go... WORD --> word --> WORD ?? I am drawing a blank on the whole *can't capitalize a capitalized letter*. If the letter is already capitalized, the CSS is just going to leave it alone. No? __ css-discuss [EMAIL P

Re: [css-d] text-transform both lowercase AND capitalize?

2008-09-17 Thread David Laakso
Chang Huang wrote: > Something like 'text-transform: lowercase capitalize;' > > Is it possible to do that? I can't do text-transform twice, can I? > _ Please see for choices you have at hand for text-transform: capitalize Puts the first characte

Re: [css-d] text-transform both lowercase AND capitalize?

2008-09-17 Thread Chang Huang
No, I don't want small caps, I want capitalize, but the problem is I can't capitalize something that is in big caps. So I want to transform them to lowercase first and them capitalize it. Todd wrote: > text-transform: small-caps; is what you do. > > Chang Huang wrote: >> Something like 'text-tra

Re: [css-d] Text-transform

2007-08-15 Thread Jukka K. Korpela
On Tue, 14 Aug 2007, Esther van Summeren wrote: > Would anybody know a way to style text sothat lowercase is forced but every > frase's starting in uppercase? Not possible in CSS, except if each phrase and its first letter (or first word) has been marked up as an element. And you cannot really

Re: [css-d] text-transform

2007-07-30 Thread Brian Cummiskey
SosCpdGMail wrote: > Hello Brian > > Sorry, but I can't see if your question is how to retrieve uppercase text > from database or apply pink/blue color to your selects. Rafael, Thanks, but I know how to do this and all the DB query behind it. :) The issue is that the functions I'm using to gener