2007-12-20
A CSS trick on IE
引用
I have verified that the problem is that the table is created with w:0px and h:0px when its parent has display:none.
A way around this is to use visibility:hidden and toggle to visibility:visible instead of starting with display:none.






评论排行榜