search for: currentasid

Displaying 1 result from an estimated 1 matches for "currentasid".

Did you mean: currentaside
2005 Nov 24
0
Scaling question
...apses. My code below, however, doesn''t work. After testing, I realize that it isn''t scaling to 100% of the text height, but 100% of another value. What would be the best way to fix this? My code: var offset = 0; function fadeIn(r) { $("currentaside").innerHTML = r.responseText; new Effect.Scale("currentaside", 100.0, {scaleX: false, scaleFrom: 50, scaleContent: false}); } function getData() { new Ajax.Request("./aside.php?fromcat=2&offset=" + offse...