Barney Carroll wrote:
> Ian Young wrote:
> 
>> IE needs the width specified otherwise it will default to 100%.

> Does anybody know how this can be avoided?

1: floats will shrink-wrap in IE/win. It's IE/Mac that defaults to 100%
width.

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.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
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