search for: backgroundimage

Displaying 5 results from an estimated 5 matches for "backgroundimage".

2005 Oct 11
5
show message while loading - ajax
...new Ajax.Updater("fm-viewdetails", url, {method: ''get'', onFailure: reportError, onLoading: showLoading, onSuccess: hideLoading}); } function reportError() { alert(''an error has occured''); } function showLoading() { $("fm-viewstatus").style.backgroundImage = "url(images/spinner.gif)"; $("fm-viewstatus").style.backgroundRepeat = "no-repeat"; $("fm-viewstatus").style.backgroundPosition = "50% 50%"; } function hideLoading() { $("fm-viewstatus").style.backgroundImage = "url(images...
2007 May 06
2
prototype setStyle (background-image) relative url problem
Hi there, hope I can explain this one! When I try to use a setStyle call and set the backgroundImage property of an element, I''m having some problems using a relative URL. my directory structure is this: SERVER_ROOT/context/javascript/tree.js SERVER_ROOT/context/style/tree/tree.css SERVER_ROOT/context/images/node_icons/open.png SERVER_ROOT/context/images/node_icons/closed.png in my tre...
2005 Nov 04
0
Highlight of the droppable zone
...Is it possible? I start thinkig about the problem, and maybe using effect Highlight will give a solution? I start looking on the code effect Highlight and i saw that this not gone to work because Highlight effect temporary change background image to none, then sets Highlight and after that restore backgroundimage. So is it possible to give a droppable a hover class that not cover the "context" of the droppable? Best Wishes Grzegorz Ślusarek ---------------------------------------------------- Największe akrobatyczne show świata. Chiński Cyrk Akrobatyczny z Shaanxi w Twoim mieście! Zobacz: http...
2005 Nov 07
2
question about Effect.Highlight and IE 5.5
...colors_base[i]+(effect.colors_delta[i]*position)) }); this.updateElementColor("#" + colors[0].toColorPart() + colors[1].toColorPart() + colors[2].toColorPart()); }, finish: function() { this.updateElementColor(this.options.restorecolor); this.element.style.backgroundImage = this.oldBgImage; }, updateElementColor: function(color) { this.element.style.backgroundColor = color; // some browsers don''t recognize changing the background color on TR elements if (this.element.tagName && this.element.tagName.toUpperCase() == '...
2019 Jul 11
5
[p2v PATCH 0/4] More imports and fixes
See individual patches for details. Pino Toscano (4): Add valgrind suppression file podwrapper: the tools here start with p2v Import some internal documentation podwrapper: adapt footer to p2v .gitignore | 6 + Makefile.am | 4 +- configure.ac | 1 + docs/Makefile.am | 65 ++++++++ docs/p2v-building.pod | 259