You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, just wondering, any reason you used opacity: 1 and background: rgba(0,0,0,.75) in overlay.css instead of a solid black background and 0.75 opacity? Adding filter: alpha(opacity=75) would allow it to then work in IE8 with no seeming downside for modern browsers.
The text was updated successfully, but these errors were encountered:
Hey, just wondering, any reason you used
opacity: 1
andbackground: rgba(0,0,0,.75)
in overlay.css instead of a solid black background and 0.75 opacity? Addingfilter: alpha(opacity=75)
would allow it to then work in IE8 with no seeming downside for modern browsers.The text was updated successfully, but these errors were encountered: