• vtifu

    (@vtifu)


    Hi,

    My opacity boxes are working fine on IE9 but not on IE8.
    This is the code I get for my CSS and the footer style:

    <footer id=”colophon;” role=”contentinfo” style=” transparent; Alpha(Opacity=60); background:#181818; opacity:0.6; filter:alpha(opacity=0.6); ;” >

    This my CSS I’ve found for IE8

    — > /* works for IE 8. */
    }
    .transparent{-ms-filter:”progid:DXImageTransform.Microsoft.Alpha(Opacity=30)”;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);}

    any idea what is going on?

    if you want to verify the files …
    30noeuds.com

    Thanks for any help !

Viewing 3 replies - 1 through 3 (of 3 total)
  • esmi

    (@esmi)

    Sorry but this doesn’t relate directly to WordPress. Try googling for a solution.

    Thread Starter vtifu

    (@vtifu)

    oh ! I’m working with the CSS twenty eleven theme.
    I was not sure if this was related or not.

    esmi

    (@esmi)

    This is a pure CSS issue. Try either googling for the solution or asking on a general CSS forum.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘IE8 and opacity boxes in the footer…’ is closed to new replies.