> Good morning > > http://www.colouru.com.au/contactus.html > > On this particular page in IE only, the #footer seems to be taking its > width from the form. I have cleared everything I can think of but > cannot find the problem.
Hi Lyn You have a typo in your clearfooter div: <xdiv id="clearfooter"></div> See if fixing that helps. ------------------------------------------------------------------ Hi, Another thing I find odd is that you are using an empty tag for your form instead of wrapping the form fields with a start and end tag. Instead of: <form method="post" action="/cgi-bin/formmail/FormMail.pl" /> Maybe try: <form method="post" action="/cgi-bin/formmail/FormMail.pl" > <fieldset> ... </fieldset> </form> Please note I left the DOCTYPE and other W3C standard structural elements out of my description for brevity. Regards, Kepler ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
