• I installed the Stevish 2 Theme last night (renamed AlphaOmega) on my site at https://chasingthewind.net .

    The post background had a transparency to it; now it doesn’t. I don’t recall changing anything in the style.css that would have eliminated the transparency; it just suddenly stopped being transparent. Oddly, it’s still transparent in Firefox.

    Any clues on how I can return the transparency effect?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sphyr

    (@sphyr)

    The odd thing is that if I refresh the screen, the posts start off transparent. As the background images are loaded, though, the opaque appearance of the post suddenly disappears and it’s solid.

    Thread Starter sphyr

    (@sphyr)

    Bah. I think I found it. The original theme had this:

    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <!--[if IE]>
    <style type='text/css'>
    <?php include('ie.css'); ?>
    </style>
    <![endif]-->

    And I added

    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />

    after it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Transparency in IE’ is closed to new replies.