Trevor Boult wrote:
> http://www.tboult.co.uk/dev/ag/
> 
> The thumbnails in the center column display in Firefox but not in IE.
> I have had a play with z-index's and google but no joy. I did notice
> if I took the "float: left" out of the style it will appear.
> 
> Any ideas as yet again I'm at a loss?

IE has problems making elements that are pulled out of their container
visible. A kind of stacking-problem.

Adding...
.floatleft {position: relative;}
...will make IE display those images.

        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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