cms errors

If your problem doesn't fall into one of the other categories, report it here.

Moderator: Moderators

Post Reply
fra&co
Posts: 27
Joined: Mon Dec 07, 2009 5:21 pm

cms errors

Post 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);
}

pbix
Developer
Posts: 1373
Joined: Fri Aug 21, 2009 5:09 pm

Re: cms errors

Post by pbix »

I have seen warnings on these fields but no issues really. What problem are you having and what browser are you using.
Linksys WRT1900ACv2
Netgear WNDR3700v2
TP Link 1043ND v3
TP-Link TL-WDR3600 v1
Buffalo WZR-HP-G300NH2
WRT54G-TM

fra&co
Posts: 27
Joined: Mon Dec 07, 2009 5:21 pm

Re: cms errors

Post 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

Eric
Site Admin
Posts: 1443
Joined: Sat Jun 14, 2008 1:14 pm

Re: cms errors

Post 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.

Post Reply