On Sep 24, 2009, at 11:58 AM, Kelly Miller wrote: > I've seen it on multiple projects; it seems to crop up any time I > try to use a > group of images contained in divs with displays of inline-block. I > suspect > IE8's inline-block support is not as good as Microsoft would have > people > believe.
Do you specify a size for the images (in the html or in the css) ? If the answer is no, then possibly IE8 is too slow in fetching the intrinsic dimensions of the images and can't resize the inline-block on first pass. On reload, it already 'knows' (from cache) the size of the images and can reflow the blocks correctly. I haven't been able to repro this in the release version of IE 8, btw, but perhaps it depends on network access. Testing from a VM is not always the most reliable set up for performance tests. Philippe --- Philippe Wittenbergh http://l-c-n.com/ ______________________________________________________________________ css-discuss [[email protected]] 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/
