Page 1 of 1

cms errors

Posted: Thu Apr 01, 2010 5:59 pm
by fra&co
on themes/default/common.css I've found these 2 failed fields, bolded as follows:
#darken
{
top:0px;
width:100%;
height:100%;
overflow:hidden;

display:none;
background:#000000;
position:absolute;
z-index:2000;
opacity:0.75;
MozOpacity:0.75;
filter:alpha(opacity=75);
}

Re: cms errors

Posted: Fri Apr 02, 2010 8:29 pm
by pbix
I have seen warnings on these fields but no issues really. What problem are you having and what browser are you using.

Re: cms errors

Posted: Sat Apr 03, 2010 8:42 am
by fra&co
sorry
I forgot to say that I'm using mozilla ff 3.5.6

the warnings are not related to particular collateral effects (transparency but I'n not sure about the resulting effect) but those fields are ignored by the browser

http://www.w3schools.com/Css/css_image_transparency.asp

ff values are correct in range (maybe it wants a 2 decimals cifras only ?)

it should be nice to try with 0.7 or 0.8

the second bolded line is referred to IE

Re: cms errors

Posted: Sat Apr 10, 2010 1:27 pm
by Eric
Yeah, I realize they cause a bunch of warnings, but I keep those lines there to maintain backwards compatibility with older, non-standards compliant browsers.