Well, I have this question and I see that someone already asked something similar but this I don't understand yet.
What I want to do is to set a opacity of 0.7 to an element but just to the content and not to the border, I want the border to stay full color. Some example code here:
input#element{
width: 382px;
height: 26px;
border: 2px solid #FFF;
border-radius: 3px;
opacity: 0.8;
}
The result is that my input element has the opacity but even the border, Can someone tell me how to set the opacity just in the content but not the border?
Thank's.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…