Home › Forums › CSS › [Solved] rbga tranparency or something else? › Reply To: [Solved] rbga tranparency or something else?
January 31, 2015 at 5:10 am
#194755
Participant
I reckon you’re checking on IE (FF is my own default, the solution worked there)… in case of using a div, it should be a separate element without any content or it’s overflow will diminish the effect. Or the div itself should have fixed position but then any overflow will be hidden (so it should be empty in either case). Good thing you got it to work though.
Edit – aformentioned code seems to work on IE on my setup as well.