> Ron - thanks for checking! No, it's not fixed (wish it were!). 
> 
> The button should line up with the left edge of the box 
> above. I realize it
> doesn't actually create an error but I just don't understand 
> why it's not
> over on the left as in FF. I'm still learning CSS so I guess 
> every problem
> is an opportunity :) Would just love to know why and what I can do to
> rectify.
> 
> edith

Edith-

It appears that this is a bug in IE [0]. Your input#reset is inheriting
the 100px left margin from the #enquiry form container.

To solve it, you will need to feed IE a -100px margin-left on your
#reset. I added the following to fix it locally:

* html #reset {
        margin-left:-100px;
}

You may wish to place this in a conditional comment instead.

Regards,
Ron

[0] after googling for IE css input bug, I came across this post:

http://jennifergrucza.com/blog/archives/2004/08/31/weird-ie-bug-inputs-i
ncorrectly-inherit-horizontal-margins-when-theyre-in-a-fieldset
______________________________________________________________________
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/

Reply via email to