search for: elup

Displaying 2 results from an estimated 2 matches for "elup".

Did you mean: blup
2006 Feb 22
2
''this.initialize'' is null or not an object
...happening? Thanks <script language="javascript"> sbr_stretch(el) { thisBodyId = el.parentNode.id + "_body"; thisBody = $(thisBodyId); if (!Element.visible(thisBody)) { panels = el.parentNode.parentNode.getElementsByTagName(''div''); var elup; for (i = 0; i < panels.length; i++) { if (panels[i].className == ''panel_body'') { if (panels[i] != thisBody) { if (Element.visible(panels[i])) { elup = panels[i]; } } }...
2006 Jan 21
8
scriptaculous accordion feature - Jump?
Trying the accordion feature as offered at: http://wiki.script.aculo.us/scriptaculous/show/accordion+feature The objective is to remove the "jump" reported in the Rico accordion feature. My demo of the scriptaculous feature, however has a noticeable jump when tested if FireFox. and IE Win. See: http://www.jimdavis.org/accord3.html Have I implemented this incorrectly? Jim