Sammy12
11-24-2011, 11:16 PM
I was wondering whether a hex value (I feel as though it has more browser support than rgb) would be a safe fallback for rgba.
border: #222 1px solid;
border: rgba(0, 0, 0, .6) 1px solid;
What would be the benefits of using an rgb fallback?
A side question :D
What is your opinion on the future for hsla?
border: #222 1px solid;
border: rgba(0, 0, 0, .6) 1px solid;
What would be the benefits of using an rgb fallback?
A side question :D
What is your opinion on the future for hsla?