IE 6.0 DIV 显示问题
发现IE6.0的bug: 在FortiSales中的“jsp/user/UserList.jsp”中“
”的内容在IE6.0中总是无法正常显示(在IE7.0和Firefox中显示都正常)。经过反复查找发现:在该页面下文中的“
”的下一行,如果加入一行格式为“”html的注释,比如:
1 | <!-- This line must be added in IE 6.0, or the color of the "cbHeader" DIV above won't be shown properly. By H.G.@20070829 --> |
显示就正常了,真是莫名其妙啊!!!困扰了我一个上午加半个下午。