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
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
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.
Thanks that helped a lot, would have never got it.
Thx again
Glad to help out. Have a great weekend.