Adding Halos (Opaque Children of Transparent Parents)
One of the most difficult aspects of the design was adding the transparent halos around blocks using the CSS opacity settings. This is difficult to do in pure CSS because opacity is inherited. A white backgound placed on a transparent parent will itself be transparent even if its own opacity is set to 100%. The […] [more…]