OK, I have managed to get the forms to display by applying position: relative to the floated elements however,
If you look at this page now: http://www.methodist.org.uk/conference/htmlpages/clients.htm You will see that the form fields are aligning to the right of their div. The divs are setup as follows: #clientform {} #clientform div.row {padding: 10px; margin: 5px 0 5px 0;} #clientform div.row label {float: left; width: 250px; text-align: right; padding: 0 5px 0 0; position: relative;} #clientform div.row span.formw {float: left; width: 150px; text-align: left; position: relative; border: 1px dashed red;} I have added the border to the last row to highlight the problem seen in IE on XP. FF works on both OS X and XP. Any ideas why the form fields are aligning to the right? Many thanks, Dave David Phipps wrote: > Gunlaug Sørtun wrote: > >> David Phipps wrote: >> >>> http://www.methodist.org.uk/conference/htmlpages/page1.htm >>> >>> Both the html and css validate however on IE on XP the left hand >>> navigation is hidden? >>> >> Add... >> #leftnav {position: relative;} >> ...and IE-win will come to its senses and render the navigation. >> >> Then you should change font-size/line-height units to avoid >> overlapping when the page is subjected to enforced font-resizing in >> IE-win. >> >> regards >> Georg >> > > -- David Phipps, Director [EMAIL PROTECTED] Chapel Studios / London T +44 (0)20 7100 6980 F +44 (0)20 7100 6981 M +44 (0)7765 240899 New Broad Street House, 35 New Broad Street, London, EC2M 1NH, United Kingdom Visit our website: http://www.chapel-studios.co.uk _____________________________________________________________________________ Chapel Studios is a limited company registered in England. The information in this email is confidential, intended solely for the addressee, and may be legally privileged. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose or take any action based upon this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail. ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
