Thanks Jesse, That did help, feel a bit weird about adding an extra div just to fix the issue, but I guess there is no other way. The problems with the form looking odd is now fixed.
Few little issues left in Internet Explorer. Again, all pages validate. http://www.executiveresults.com.au/new/private-training/start-now.cfm The arrow pointing down (in the <legend> tag) in Firefox displays fine, in IE it's all the way to the right, which is not correct. On every page there is the one pixel issue on the top right-hand (displaying a white bit) and the sub navigation displaying one pixel to the left. On the http://www.executiveresults.com.au/new/private-training/our-trainers.cfm page the sub menu lines up with the photo in Firefox, but in IE it goes beyond the photo. Thanks for all the help! Kind regards, Taco Fleur free call 1800 032 982 - fax 07 3414 6464, international +61 7 3325 5103 www.pacificfox.com.au an industry leader with commercial experience since 1994 . our services: - online, print, marketing & information technology - website, branding, logo, business cards, letterheads - accept online credit card payments www.commerceengine.com.au - domain registrations, .com for as low as fifteen dollars a year, .com.au for fifty dollars two years! -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Jesse Skinner Sent: Monday, 4 September 2006 12:24 AM To: [email protected]; Taco Fleur Subject: Re: [WSG] Site check please > 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] ******************************************************************* ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
