Gunlaug Sørtun wrote:
> 1: floats will shrink-wrap in IE/win. It's IE/Mac that defaults to 100%
> width.

Thanks Georg, this is what I used in the end. I ended up applying the IE 
hack:

.xforms-repeat-group,
.xforms-repeat-group *,
{float:left;}

> 2: it's the "blocked" span that is expanding to 100% width in IE/win,
> and which has to be prevented from doing that.
>
> One solution is to use 'display: inline-block' on the span, but only let
> IE/win see that style...
> <http://www.gunlaug.no/tos/alien/test_07_3440.html>
> ...but I have no idea if that will work in an actual layout-case.

This didn't. I was under the impression IE couldn't do inline-block...


Regards,
Barney
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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