On Mon, Mar 1, 2010 at 2:15 PM, Rob Emenecker <list-s...@hairydogdigital.com
> wrote:

> Hi all,
>
> The following page is experiencing an odd float issue with IE7.
>
> http://www.pasadenabusinessassociation.com/events/registration.php?eid=15
>
> There is a block of form fields that are setup using DIVs and floats on the
> lower part of a form. They work okay in IE8, FF3, Safari 4. In IE7 they are
> widely spaced and I'm not sure why that is happening.
>
> Can anyone shed light on what IE7 idiosyncracy is driving this?
>
> Thanks,
> Rob
>
> ____________________________________
> Rob Emenecker @ Hairy Dog Digital
> www.hairydogdigital.com
>
> Please note: Return e-mail messages are only accepted from discussion
> groups
> that this e-mail address subscribes to. All other messages are
> automatically
> deleted.
>
>
> ______________________________________________________________________
> css-discuss [cs...@lists.css-discuss.org]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>

That looks like the double margin float bug. I thought it didn't affect IE7
though but I have read about it happening sometimes. (Maybe someone else can
chime in on that!) I changed the CSS to this and it worked for me. Mind you
this is using the IE Dev toolbar, I didn't set the code up on another
server.

margin-right: 0;
padding-right: 1.25em

Here is a description of the bug if that in case is the cause.

http://www.positioniseverything.net/explorer/doubled-margin.html

Jeff
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to