替代行颜色

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了替代行颜色相关的知识,希望对你有一定的参考价值。

  1. '************************************************
  2. '
  3. ' To use it put the code like this on your loop:
  4. '
  5. ' <%counter = counter + 1%>
  6. ' <tr bgcolor="<%=Acolor(counter,"#a0a0a0","#e0e0e0")%>">
  7. ' <td>Data</td>
  8. ' </tr>
  9. '
  10. ' n is the external counter
  11. ' col is the first color in hex format
  12. ' col2 is the second color in hex format, you can leave it empty
  13. '************************************************
  14.  
  15. function Acolor(n,col,col2)
  16.  
  17. num = 0
  18. num = n mod 2
  19.  
  20. if col2 = "" then col2 = "#ffffff"
  21.  
  22. if num = 0 then
  23. Acolor = col
  24. else
  25. Acolor = col2
  26. end if
  27.  
  28. end function

以上是关于替代行颜色的主要内容,如果未能解决你的问题,请参考以下文章

CSS CSS替代表行背景颜色

替代行颜色

Crystal Report 7替代行颜色

ListView C#(.Net 3.5)中的替代颜色?

table-striped 类没有给我替代颜色

Nimbus 和备用行颜色