http://www.executiveresults.com.au/new/boot-camp.cfm
has quite a big issue with the top having a big white space, and the sub menu being out of place. The form doesn't look to healthy either.

The two are related - it's the spacing around the submit button that
breaks the rest of the page. I fixed it by wrapping the submit button in
a <div> tag like:

        <div><input
                type="submit"
                name="doSubmit"
                value="Submit this form"></div>

There is probably a css-only solution but I didn't find it.

Also, setting the width of the rest of the inputs to 99% instead of 100%
fixed the form:

        form.styled div.row input { width: 99% }

Hope that helps. All the best,

Jesse

JavaScript and CSS expert for hire
http://www.thefutureoftheweb.com




*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to