I have my bar indicator working for the AJAX toolkit password strength indicator. I realized it was not working before because the CSS rule didn't have a "color" property. I have one now for red, yellow, and green but on the final step it just blanks out,
disappears. Is there a color association with this final step to let the user know the password is complete like in the example? I do have the help text down but I am talking about the indicator itself. http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/PasswordStrength/PasswordStrength.aspx#
bangtheory
Member
52 Points
58 Posts
Password Strength Final Step Bar Indicator
Dec 16, 2012 05:46 PM|LINK
I have my bar indicator working for the AJAX toolkit password strength indicator. I realized it was not working before because the CSS rule didn't have a "color" property. I have one now for red, yellow, and green but on the final step it just blanks out, disappears. Is there a color association with this final step to let the user know the password is complete like in the example? I do have the help text down but I am talking about the indicator itself. http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/PasswordStrength/PasswordStrength.aspx#
bangtheory
Member
52 Points
58 Posts
Re: Password Strength Final Step Bar Indicator
Dec 16, 2012 11:21 PM|LINK
I figured it out, the css properties for helptext must match that of the number of styles for the background color
they must match up with the same number