Michel Bozgounov wrote:

> Inside the main column (id="maincol") i would like to put some sort
> of a simple gallery - a few thumbnails, each one with a one or two
> paragraphs of description on the right of each thumbnail.

> http://bluelink.net/zero-waste/camp_gallery.shtml

> So... After so many tries, I returned to my first example - the one
> with {display: table} and...
> 
> ...now I do not know what to try :(((

How about adding...

2media screen {
* html .galleryitem div {height: 100%;}
}

...which will make IE/win act as if it understands what 'Block
formatting contexts'[1] is all about. It's all according to the
'hasLayout'[2] bugs in IE/win.

regards
        Georg

[1]http://www.w3.org/TR/CSS21/visuren.html#q15
[2]http://www.satzansatz.de/cssd/onhavinglayout.html
-- 
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