css表格列表

 表现三种状态:默认、鼠标经过、鼠标选中

先看看效果:

说明:颜色可以自己调配。

table.jsp

<% @ page contentType = " text/html; charset=utf-8 "  language = " java "  import = " java.sql.* "  errorPage = ""   %>
< script  language ="javascript"  src ="../common/js_css/styleToTables.js"  type ="text/javascript" ></ script >

< table  class ="list_table"  align ="center"  cellpadding ="1"  cellspacing ="0"  width ="96%" >
< tr >
    
< td >         
    
< table  id ="message_table"  cellpadding ="3"  cellspacing ="1"  border ="0"  width ="100%"  align ="center" >
        
< tr >< th  colspan ="4"  class ="table_title" > 信息列表 </ th ></ tr >
<%
    
for ( int  i = 0 ; i < 10 ; i ++ ){
%>
        
< tr >
            
< td  width ="5%" > <% = i + 1 %> </ td >
            
< td > Retrieves the object that has the focus. </ td >
            
< td  width ="10%"  align ="center" > ison </ td >
            
< td  width ="10%" > 2007-6-29 </ td >
        
</ tr >
<%
    }
%>
    
</ table >
    
</ td >
</ tr >
</ table >
< script  language ="JavaScript" >
    tigra_tables(
' message_table ' 1 0 ' #ffffff ' ' #D2FFD2 ' ' #B3E1A3 ' ' #54BB88 ' );
</ script >

 

脚本下载:styleToTables.js

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值