.transparent {
        /* Required for IE 5, 6, 7 */
        /* ...or something to trigger hasLayout, like zoom: 1; or width: 100%; 
*/
        zoom: 1; 
                
        /* Theoretically for IE 8 & 9 (more valid) */   
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=01)";
        
        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=01);
        
        /* Older than Firefox 0.01 */
        -moz-opacity:0.08;
        
        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 0.01;
        
        /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
        opacity: 0.01;
}

Best,

Karl DeSaulniers
Design Drumm
http://designdrumm.com



On Sep 11, 2013, at 11:27 PM, J.C. Berry wrote:

> Hello all,
> A friend was asking me to help him with a CSS issue for this site:
> 
> http://greaterdallasmovementday.com/
> 
> He wants to create transparent backgrounds to the flyout menu on the left,
> but when the background color is removed the menus fall behind the video.
> Any ideas? I hope this is enough info.
> 
> -- 
> J.C. Berry, M.A.
> UI Developer
> 619.306.1712(m)
> jcharlesbe...@gmail.com
> http://www.mindarc.com
> ------------------------------------------------------------------------------------------------------------------------------------------------
> 
> This E-mail is covered by the Electronic Communications Privacy Act, 18
> U.S.C. ?? 2510-2521 and is legally privileged. This information is
> confidential information and is intended only for the use of the individual
> or entity named above. If the reader of this message is not the intended
> recipient, you are hereby notified that any dissemination, distribution or
> copying of this communication is strictly prohibited.
> ------------------------------------------------------------------------------------------------------------------------------------------------
> ______________________________________________________________________
> css-discuss [css-d@lists.css-discuss.org]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to