Chart1.DataSource = dtb; string[] strcolor = new string[20]; strcolor[0] = "220, 224, 64, 10"; strcolor[1] = "220, 2... Read More
posted @ 2015-08-18 15:32 longphui Views(3924) Comments(0) Diggs(0) Edit
斜线表头 成绩 姓名 数学 英语 C语言 张三 55 66 77 李四 99 68 71 王五 33 44 55 效果 : Read More
posted @ 2015-08-18 11:14 longphui Views(1699) Comments(0) Diggs(0) Edit
首先声明:这只是探讨一种CSS模拟表格对角线的用法,实际在工作中可能觉得这样做有点小题大作,这不是本主题讨论的重点。如果对此深以为然的朋友,请一笑过之。。。有时在插入文档时,要用到表格对角线,常见的作法是用图片的方式来处理,还有就是用vml来画对角线,能不能用html+css方式来实现呢?答案是肯定... Read More
posted @ 2015-08-18 10:08 longphui Views(3986) Comments(0) Diggs(0) Edit