jQWidgets Forums
jQuery UI Widgets › Forums › Grid › load image position › Reply To: load image position
Hi,
Nothing changed although I changed position below css located in file jqx.base.css
When pagesize is big like 50, I am not using scroll bar and I dont see loading image
/*applied to the Grid when its loading the data.*/
.jqx-grid-load
{
padding-right: 0px;
background-image: url(../resources/loader.gif);
background-position: 50% 50%; // center top, 10% 50%, 10 50
background-repeat: no-repeat;
z-index: 9999;
}