Grrr.

I think somehow the .btn-group + btn-group selector isn't working in
IE7--or something like that--and that's why I'm seeing the first btn-
group in a series of three abutting its right-hand neighbor. [So the
three dropdowns look like "12-3" instead of "1-2-3" if that helps.]
This is in a right-float layout so it could be something I'm missing.

However this IE7-specific hack worked:

.btn-group:first-child {
  *margin-right: 5px;
}

On Feb 6, 9:01 pm, ps <[email protected]> wrote:
> Screw it, I just made them all dropdowns. However the left-most one is
> still abutting its neighbor, only in IE7 but not in Firefox. More fun.

Reply via email to