On Sun, 2004-05-30 at 23:10, [EMAIL PROTECTED] wrote:
> 
>
> The problem is that in IE 6, some form elements appear to be inheriting the
> content div's left margin value. The problem ceases if I don't organise the
> form in fieldsets - but I want fieldsets!
> 

I fought something similar for an hour yesterday. Surrounding the form
elements with paragraph tags solved it for me.

For example-

<fieldset>
        <p>
                <legend>Input Text</legend>
                <input type="text" name="text" />
        </p>
</fieldset>

Later,
George

*****************************************************
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