-2

in this code I create HTML table. When I save the code in html file and open it with firefox, there is no problem. When I save it as jsp and run this with apach tomcat, and open it with firefox, some of the row borders and colum borders will not displayed (no problem in chrom or internet Explorer).

Any Idea what could be the problem?

p.s: I have Firefox version 12.0 thank you

4

1 に答える 1

2

さて、2つのこと:

  1. TRは単なる構造要素であり、境界線を持つことはできません(ただし、TD、TH、およびTABLEにはいくつかの要素を含めることができます)...ちなみに、TRには背景色を含めることができます
  2. tdの左の境界線は、左の境界線の右の境界線を「上書き」する可能性があります。http://www.blooberry.com/indexdot/css/properties/table/bcollapse.htmを少し読んでください。そうすれば、クールな解決策が見つかります。
于 2012-05-06T01:27:02.437 に答える