Hello,
I just found out that, for some reason, your CSS parser may break if a
"filter" line is present. This behavior is very inconsistent - in some
files the line is stripped, in others it breaks and the ENTIRE style
tag is removed.
I appended a sample CSS block that triggers this behavior.
---------- Sample CSS Content ----------
.loading{
width:140px !important;
height:130px !important;
position:absolute;
float:left;
left:50%;
top: 50%;
margin:-65px 0 0 -70px;
z-index:9999999;
}
.loading img{
position:relative;
z-index:9999999;
margin:30px 20px;
}
.loading .bgA{
background:#000;
width:140px;
height:130px;
position:absolute;
top:0;
left:0;
filter:alpha(opacity:15);
opacity:0.15;
z-index:9999;
}
.loading .bgB{
background:#fff;
width:130px;
height:120px;
position:absolute;
top:5px;
left:5px;
filter:alpha(opacity:70);
opacity:0.7;
z-index:9999;
}
.loadingNotify
{
margin: 20px;
font-size: 12px;
font-weight: bold;
background: #FFF;
color: #FF5C00;
border: 2px solid #FF5C00;
padding:5px;
z-index: 9999999999999999 !important;
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Orkut Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---