Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript div transparency, how do i make it work in IE 8

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #34295
    mikeman
    Member

    Thanks to the guys in my very recent post here I was able to get the transparency effect working using

    .custom #content_box {
    background-color: #111;
    background-color: hsla(0,0%,0%,.25);
    width: 980px;
    height: auto;
    }

    but this does not work in internet explorer, i have a separate style sheet for IE which i copied this code over to in an attempt to make it work and nothing, nor does it work by leaving it out..

    works in firefox 3.6 and above. and chrome.

    #86878
    thomas
    Member

    You should be aware that using IE filters can remove font anti-aliasing from the elements they’re applied to. Here’s a potential fix:

    http://cookbooks.adobe.com/post_IE8_clearType_fix_when_using_filters-16676.html

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.