Re: Need to change progress bar "continuous.gif"

  •  11-17-2011, 2:31 AM

    Re: Need to change progress bar "continuous.gif"

    Hi steveyuan,
     
    You set the ProgressBarHeight property for the AjaxUploder,
    The progress text is displayed in div tag
    Please try using padding-top style to control the text position based on your setting
     
    .AjaxUploaderProgressBarText {padding-top:10px;} 
     
    Regards,
    Jeff
View Complete Thread