开发者

Is it possible to make divs behave like tables in IE6 using only CSS and HTML?

开发者 https://www.devze.com 2023-01-27 22:32 出处:网络
Is it possible to make divs beh开发者_C百科ave like tables in IE6 using only CSS and HTML? Using display:table, table-row, or table-cell doesn\'t work in IE6

Is it possible to make divs beh开发者_C百科ave like tables in IE6 using only CSS and HTML? Using display:table, table-row, or table-cell doesn't work in IE6

If it's possible, what are some approaches?


It's not possible (without using CSS for positioning, sizing, etc. which you won't want)

0

精彩评论

暂无评论...
验证码 换一张
取 消