I've found a way to create flexible image block without using table. look this.
http://gyauza.egoism.jp/clip/example-html/flexible-imgblk/01.html Most browsers without IE which support CSS2 render display:table, table-cell correctly. So, we can use display:table in Firefox, Opera or Safari. But, It's possible to do the silimar rendring result by using hasLayout property control. I think this way will be pretty safe after IE8 or future browser's release. How do you think about this? Takazudo.(Japan) ______________________________________________________________________ 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/
