2 replies [Last post]
dug
Offline
newbie
Last seen: 18 years 39 weeks ago
Timezone: GMT-4
Joined: 2004-06-29
Posts: 2
Points: 0

Is there a way in CSS to specify that an input field should display only normal-size capital letters? Using "font-variant: small-caps" works fine, except that I don't want the caps small.

--doug

co2
co2's picture
Offline
Leader
UK
Last seen: 14 years 50 weeks ago
UK
Joined: 2003-09-17
Posts: 721
Points: 0

font-variant: normal-caps?

Do you mean text-transform: uppercase; ?

The next sentence is true. The previous sentence is false. Discuss...

dug
Offline
newbie
Last seen: 18 years 39 weeks ago
Timezone: GMT-4
Joined: 2004-06-29
Posts: 2
Points: 0

font-variant: normal-caps?

Hey, you know what? That's exactly what I mean. Laughing out loud

Thanks! (For this and for your answer on my reference question.)

--doug