$$("#headlines-tmp > div").each(function(row) {
if ($$("#headlines-frame DIV[id="+row.id+"]").length == 0) {
row.style.display = 'none';
-
c.domNode.appendChild(row);
} else {
row.parentNode.removeChild(row);
$$("#headlines-frame > div[id*=RROW]").each(
function(child) {
if (!Element.visible(child)) {
- //new Effect.Appear(child, { duration : 0.5 });
- Element.show(child);
+ new Effect.Appear(child, { duration : 0.5 });
cp = child.getElementsByClassName("contentPreview")[0];
+
clamp_element(cp, 50);
}
});