yemM / flippy

Flippy is a cross-browser flip effect plugin for jQuery which allows you to flip whatever html element you want. It now supports rgba colors
140 stars 98 forks source link

flippyReverse background-color #20

Open MiPnamic opened 11 years ago

MiPnamic commented 11 years ago

I flipped a div without a specified background color and when I flipped it reverse the background-color was black.

lfender6445 commented 11 years ago

:+1: same here

jacopocolo commented 11 years ago

Same problem. Anyone found a workaround?

EDIT: Found it, it happens if the element has no background color to begin with. A background-color: inherit will do the job.

calekennedy commented 10 years ago

The "background-color: inherit;" solution did not work for me. It seems to be impossible to keep the flippy element's background transparent.

jacopocolo commented 10 years ago

I cannot try it at the moment but maybe try with background-color: transparent; or with background-color: rgba(0, 0, 0, 0);?

PlamenSh commented 10 years ago

"background-color: transparent !important;" solved it for me