I'm guessing it may have something to do with browser default styles, unfortunately I haven't got time to test it thoroughly.

something like the following may fix it:

fieldset
{
padding: 0 0 3% 0;
}
input, textarea, label
{
margin:auto;
width: 94%;
display:block;
clear:both;
}

Make sure you enclose your labels inside label tags so you can style them properly- this will also help your accessibility. =)


Terrence Wood.

On 2004-11-25 8:50 AM, designer wrote:
Hi All,

I have designed a form as part of an ongoing upgrade to a site I manage, and
the form works fine in IE6, IE5.5, Firefox, Mozilla, but NOT in Opera 7.0,
where the formatting just falls apart.

It doesn't look like a box model problem, but I can't see what's wrong. You
can see the very simple form and embedded CSS here:

http://www.treyarnon.fsworld.co.uk/booking/forms/provisionalbookingform.html

Perhaps I can't see the wood for the trees . . .

Any help gratefully appreciated . . .

Thanks,

Bob McClelland,
Cornwall (U.K.)
www.gwelanmor-internet.co.uk

******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

-- ******************************************************************* Are you in the Wellington area and interested in web standards? Wellington Web Standards Group inaugural meeting 9 Dec 2004.

  See http://webstandardsgroup.org/go/event24.cfm for details
*******************************************************************
******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to