Arrow pointer

The contents of the input are wrong

 

 

span.field-validation-error {
    display:inline-block;
    border: 1px solid #b94a48;
    border-radius: 4px;
    background: #b94a48;
    color: #fff;
    padding: 6px;
    width: 200px;
    position: absolute;
    z-index: 2000;
    
    box-shadow: 4px 4px 4px #ccc;
    
}
.validation-arrow-right {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #b94a48;
    position: absolute;
    left: 199px;
    top:18px;
}
Last updated: 1/30/2021 10:12:04 AM

On this page

Latest Updates

© 0 - 2025 - Mike Brind.
All rights reserved.
Contact me at Mike dot Brind at Outlook.com