Displaying 3 results from an estimated 3 matches for "backgroundposition".
2005 Oct 11
5
show message while loading - ajax
...portError() {
	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/spacer.gif)";
}
_________________________________________________________________
On the road to retirement? Check out MSN Life Events for advice on how to 
get there! h...
2011 Mar 04
0
Wine release 1.3.15
...tribute object tests.
      mshtml: Make sure we don't try to create node object for attributes.
      mshtml: Improved debug traces.
      mshtml: Added IHTMLDOMAttribute::get_nodeValue implementation.
      mshtml: Moved call_disp_func to htmlevent.c.
      mshtml: Added IHTMLStyle::[get|put]_backgroundPosition implementation.
      mshtml: Fixed buffer handling in set_nsstyle_attr.
      mshtml: Moved VARIANT to style value string conversion to separated function.
      mshtml: Reimplement IHTMLStyle::put_backgroundPositionX using background-position property.
      mshtml: Reimplement IHTMLStyle::get_ba...
2019 Mar 29
0
Wine release 4.5
...property.
      mshtml: Pass style as CSSStyle to set_style_property_var.
      mshtml: Pass style as CSSStyle to get_style_property.
      mshtml: Pass style as CSSStyle to get_style_property_var.
      mshtml: Move style zoom property implementation to IHTMLCSSStyleDeclaration.
      mshtml: Move backgroundPosition[XY] properties implementation to IHTMLCSSStyleDeclaration.
      mshtml: Move IHTMLCSSStyleDeclaration implementation to CSSStyle.
      mshtml: Move IHTMLCSSStyleDeclaration2 implementation to CSSStyle object.
      server: Introduce kernel_object struct for generic association between server and...