Forums

Validation required sign

@yourservice 15 Nov, 2011
Think this is a bug, when I leave the field Naam (Name) I get this sign pointing to the next field Adres (Address)!

Though I just left the Name field...



Can that be pointed to the right field?
GreyHead 15 Nov, 2011
Hi @yourservice,

Do the inputs both have the same name by any chance?

Please post a link to the form so I can take a quick look.

Bob
GreyHead 15 Nov, 2011
Hi @yourservice,

I'm not quite sure how to solve it but the cause appears to be the 50px top-margin on the header at the top of the page. This is moving the error balloons 50 px too far down.
#header {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 1em;
    margin-top: 50px;
    position: relative;
}

If you remove this and add padding-top: 50px; to the body element that looks the same and the error balloons seem to be in the correct place.

Bob
This topic is locked and no more replies can be posted.