Note that there are some explanatory texts on larger screens.

plurals
  1. POWordPress CSS alpha value not showing in internet Explorer
    primarykey
    data
    text
    <p>Within my WordPress site I have a problem with the alpha value of a box created. It shows perfectly fine with all browsers apart from Internet Explorer. </p> <p>The box shows as a solid object in IE but should need to have an alpha value of around 70% visible. I have tried the <code>opacity</code> tribute but hasn't worked for me so far.</p> <pre><code>#category_pg { width:880px; margin:210px auto; } #catdescription { display:none; position:absolute; top:-8px; right:-2px; font-size: 1.8em; text-transform:uppercase; font-weight:bold; margin:5px; } #holdme { position:relative; margin-bottom:15px; } #hideme { position:absolute; top:0px; height:100%; width:100%; z-index:1; padding:6px; margin:-6px 0 0 -9px; opacity:0.7;} #postbg { position:relative; height:100%; width: 100%; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; border: 3px; border-style:solid; &lt;?php global $is_IE; if( !$is_IE ) : ?&gt; background: &lt;?php echo $dmsint_boxrgba; ?&gt;; border-left-color: &lt;?php echo $lightborder; ?&gt;; border-bottom-color: &lt;?php echo $darkborder; ?&gt;; border-top-color: &lt;?php echo $lightborder; ?&gt;; border-right-color: &lt;?php echo $darkborder; ?&gt;; &lt;?php endif; ?&gt; &lt;?php if( $is_IE ) : ?&gt; background-color:&lt;?php echo $dmsint_boxbg; ?&gt;; zoom:1; border-left-color: &lt;?php echo $lightborderie; ?&gt;; border-bottom-color: &lt;?php echo $darkborderie; ?&gt;; border-top-color: &lt;?php echo $lightborderie; ?&gt;; border-right-color: &lt;?php echo $darkborderie; ?&gt;; &lt;?php endif; ?&gt; } </code></pre> <p>(Please note that this is a template I bought which I have customised) I am a beginner to coding so any help would be much appreciated.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload