Tue, 2011-11-29 12:38
how to fix this issue
this errors comes wen i validated my css file
error:
border Too many values or values are not recognized : 1px solid rgba(0,0,0,0.1 )
Tue, 2011-11-29 13:10
#1
To my knowledge, borders do
To my knowledge, borders do not support alpha values:
ยง4.3.6 Colors
A <color> is either a keyword or a numerical RGB specification.
Notice that's RGB, not RGBA.
cheers,
gary