PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Validation Boxes Shift Form

  1. hasanilx
    Member

    I thought I had a neat multi column form until I found that the validation boxes broke the design. Any help on how to fix submission error boxes. I tried playing around with the css with no luck.

    Thx

    http://links.chazni.com/testform

    Posted 13 years ago on Friday October 15, 2010 | Permalink
  2. yeah, your columns don't really work like columns, it's not consistent so difficult to fix. You might take a look at using the "display:inline" or "display:inline-block" for the list items rather than floats if this is the style you're looking for.

    http://www.w3schools.com/css/pr_class_display.asp

    http://www.webdesignfromscratch.com/html-css/css-block-and-inline/

    http://robertnyman.com/2010/02/24/css-display-inline-block-why-it-rocks-and-why-it-sucks/

    If you're floating elements, it's important that they have the same heights and margins so they don't "hang" on each other when the content is different sizes.

    Posted 13 years ago on Saturday October 16, 2010 | Permalink
  3. hasanilx
    Member

    Thanks that helped a lot, would have never got it.

    Thx again

    Posted 13 years ago on Saturday October 16, 2010 | Permalink
  4. Glad to help out. Have a great weekend.

    Posted 13 years ago on Saturday October 16, 2010 | Permalink

This topic has been resolved and has been closed to new replies.