Home › Forums › CSS › [Solved] Is this possible? › Reply To: [Solved] Is this possible?
December 2, 2013 at 5:32 am
#157560
Participant
most definitely man, anything is possible with css these days- if only you know enough. So I just ran your code snippet, however I suggest you change
background-color: transparent; to background-color: rgba(0,0,0,x); where x can be any value from 0.1, 0.2, 0.3,…, to 1.0.
Mayhaps also tell us what you want to achieve..