Forums

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

Home Forums CSS Transparent background problem in IE

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #45365
    Joejacks
    Participant

    Hi

    Does anybody have a workaround for IE because it is not displaying transparent backgrounds. I am using the following and both types are not working in IE, but fine in Chrome and Firefox

    background: url(bg.png);
    }

    background: rgba(0,0,0,.21);
    }

    #137934
    eamai
    Participant

    Take a look at this

    [https://css-tricks.com/rgba-browser-support/](https://css-tricks.com/rgba-browser-support/https://css-tricks.com/rgba-browser-support/”)

    #137935
    Watson90
    Member

    The only way to get around this problem is to create a transparent png file in Photoshop, set its opacity and repeat that using CSS over the area of your website. Take a look at the link above by @eamai, it is really helpful.

    #137948
    Joejacks
    Participant

    Hi

    I have used a transparent png file background: url(bg.png); } bit it is still showing a solid colour?

    #137949
    Watson90
    Member

    Can you provide a link?

    #137965
    Senff
    Participant

    If you’re going to use an image with alpha transparency anyway, then lose the background color. You don’t need that anymore then.

    #138007
    PicnicTutorials
    Participant
Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘CSS’ is closed to new topics and replies.