Dave Merrill wrote:
> Display: table is ok in Mozilla, but IE doesn't honor it. Display:
> inline-block is ok in IE but not Mozilla. Any other ideas, outside of
> using conditional comments or browser sniffing to switch between
> those two display values?
Often used:
element {display: table;}
* html element {height: 0;}
...or any other solution for 'containing floats'[1]
regards
Georg
[1]http://www.gunlaug.no/contents/wd_example_01.html
--
http://www.gunlaug.no