Displaying 2 results from an estimated 2 matches for "changerightmargin".
2005 Nov 21
0
New Core Effect
...at the top of effects.js. Then
add your usage function into effects.js...I''ve included a "right margin"
adjustment here. Seems to work as far as I can tell; if you find any
major issues, let me know. I''m using 1.5 RC 4, FYI.
// call this function in your page
Effect.ChangeRightMargin(elems[i], 210);
// the secondary effect
Effect.ChangeRightMargin = function(element, to) {
element = $(element);
new Effect.Adjust(element, ''margin'', {toRight: to});
}
// the core effect
Effect.Adjust = Class.create();
Object.extend(Object.extend(Effect.Adjust.prototype,...
2006 Feb 08
6
Effect Help
I posted the following earlier:
"I need a way to do a blind up that makes the element APPEAR and a blind
down that makes the element DISAPPEAR. In essence, the opposite of the
current blindup/blinddown.
Thoughts?"
I think somebody responded in Dutch. Anyone else have any ideas?
--
Yehuda Katz
Web Developer
(ph) 718.877.1325
(fax) 718.686.4288