PIE icon indicating copy to clipboard operation
PIE copied to clipboard

IE8 and Joomla 1.5

Open Nicodesigns opened this issue 14 years ago • 1 comments

Ok using the following CSS everything looks fine in FireFox and Chrome, but when loaded in IE8 nothing happens. Is this a Joomla issue or an IE8 issue?

navigation ul li a:hover, a:active{

color:#FFFFFF;
text-align:center;
padding: 0 8px;
padding-top:10px;
padding-bottom:12px;
background-color:#ff4e00;
-webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
    behavior: url(http://www.nicomgmt.com/sites/shakeguys/scripts/PIE.htc); 
/* for IE */
filter:alpha(opacity=75);
/* CSS3 standard */
opacity:0.75;

}

The site can be viewed at http://www.nicomgmt.com/sites/shakeguys

Nicodesigns avatar Feb 11 '11 03:02 Nicodesigns

I don't think this is a bug in PIE. It looks like PIE isn't running at all. This is probably because your server doesn't set the correct content type for .htc files.

See this known issue for an explanation and solution; short answer --- link to the PIE.php file instead of PIE.htc.

gordonbrander avatar Jun 10 '11 15:06 gordonbrander