Joined September 2012
·
Posted to
CSS's "transparent" may not be transparent, especially on diagonal borders
over 1 year
ago
Looking at the CSS3 Color module, I see this: http://www.w3.org/TR/css3-color/#rgba-color - why do you say that RGBA didn't make it into the module?
Achievements
28 Karma
0 Total ProTip Views
Python 3
Have at least three original repos where Python is the dominant language
Charity
Fork and commit to someone's open source project in need
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
You could use
:before
and:after
withcontent: "";
instead of the four extrai
elements (then you would only needouter
andinner
(and you might even be able to get rid of one of them ifcontent
could stand in for either of them).