Hi i have an issue with css as when the user not full fill the text box content properly an error message will appear below the contact us box, but it has overlap issue with the image below the contact us box.
how can i prevent the image move along when the box expand?the contact us form css is as follow\[code\]#contactusbox {padding: 5px;width: 310px;height: auto;float: right;margin-top: 292px;background-color: #E2E2E2;border: 1px solid #B2B8B8;overflow: hidden;position: relative;font-family: 'Open Sans',sans-serif;font-size: 16px;color: #333;}\[/code\]Thanks