使用css顯示空白表格單元邊框
When you create a html table and apply a border using CSS, then the empty cells do not have a border. So you pull out your CSS book and find empty-cells:show; and think your problems are solved but empty-cells is unsupported in IE…go figure. But I have found a combination of styles that work. Try this…apply the border-collapse:collapse; and empty-cells:show; to the table level and IE will display borders around empty cells.posted on 2009-11-14 13:30 BlakeSu 閱讀(301) 評(píng)論(0) 編輯 收藏