zoukankan
html css js c++ java
单元格颜色渐变的GridView
代码如下:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>单元格颜色渐变的GridView</title> <meta name="generator" content="editplus" /> <meta name="author" content="" /> <meta name="keywords" content="" /> <meta name="description" content="" /> <style type="text/css"> <!-- body{margin-top:0; margin-left:0; margin-right:0; margin-bottom:0} .stylemenu{ font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold;} .stylemenu01{ font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;} .styletitle{ font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#000} .styletop{ font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#CCCCCC} .stylebottom{ font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#000} .stylebottomred{ font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#D20000} .styletable{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000} .styletabletitle{ font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:13px; color:#000} .stylelegend{ font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:14px; color:#666} .name{ font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:16px; color:#FFF} A.black:link,A.black:visited ,A.black:active {color: #000;TEXT-DECORATION: none} A.black:hover {color: #666;text-decoration : none; position : relative;} A.whitetop:link,A.whitetop:visited ,A.whitetop:active {color:#FFF;TEXT-DECORATION: none} A.whitetop:hover {color:#CCC;text-decoration : none; position : relative;} A.graymenu:link,A.graymenu:visited ,A.graymenu:active {color:#999;TEXT-DECORATION: none} A.graymenu:hover {color:#333;text-decoration : none; position : relative;} A.blacktable:link,A.blacktable:visited ,A.blacktable:active {color: #000;TEXT-DECORATION: none} A.blacktable:hover {color: #666;text-decoration : none; position : relative;} fieldset { padding:10px; margin-top:5px; border:1px solid #999999; background:#fff; } fieldset legend { color:#999999; font-weight:bold; padding:3px 20px 3px 20px; border:1px solid #999999; background:#fff; } .button { color: #000000; font-family: Arial, Hevlvetica, sans-serif; text-align: center; font-size: 12px; border: 3px double #cccccc; auto; background: #ffffff; padding: 1px 5px 1px 5px; line-height: 16px !important; line-height: 14px; height: 24px !important; height: 22px; margin: 1px; cursor: pointer; } .go { color: #000000; font-family: Arial, Hevlvetica, sans-serif; text-align: center; font-size: 10px; font-weight:bold; border: 1px double #999; auto; background: #ffffff; line-height: 14px !important; line-height: 12px; height: 16px !important; height: 14px; margin: 1px; cursor: pointer; } .sffocus {/*----for IE----*/ background: #EEF2FF; border: 1px solid #1D95C7; } textarea:focus, input:focus {/*----for firefox......----*/ background: #EEF2FF; border: 1px solid #1D95C7; } input,textarea{ border: 1px solid #999; margin: 0px 0px; } textarea{ padding: 2px; } .checkbox{ border:0} .page{ font-weight:bold; color:#FF0000} #GridView1 tr { background-color: expression(this.sectionRowIndex == 0 ? "#A5A8C2" : ((this.sectionRowIndex % 2 == 0) ? "#F5F5F8" : "#FFFFFF")); color: expression(this.sectionRowIndex == 0 ? "#FFFFFF" : ""); font-weight: expression(this.sectionRowIndex == 0 ? "BOLD" : ""); TableSelect: expression(this.sectionRowIndex == 0 ? "" : ( onmouseover = function() { this.style.backgroundColor = (this.style.backgroundColor != "#eef2ff" ? "#eef2ff" : (this.sectionRowIndex == 0 ? "#A5A8C2" : (this.sectionRowIndex % 2 == 0 ? "#F5F5F8" : "#FFFFFF"))) }, onmouseout = function() { this.style.backgroundColor = (this.style.backgroundColor != "#eef2ff" ? "#eef2ff" : (this.sectionRowIndex == 0 ? "#A5A8C2" : (this.sectionRowIndex % 2 == 0 ? "#F5F5F8" : "#FFFFFF"))) } ) ) } #GridView1 td { background-color:expression(this.cellIndex == 0 ? (this.parentElement.sectionRowIndex == 0 ? "#A5A8C2" : "#A5A8C2") : null) } --> </style> </head> <body> <table cellspacing="0" cellpadding="3" rules="rows" border="1" id="GridView1" style="background-color:White;border-color:#CCDDEF;border-1px;border-style:None;border-collapse:collapse;"> <tr style="color:Black;background-color:#A5A8C2;font-weight:bold;white-space:nowrap;"> <th scope="col">Operation</th><th scope="col"><a href="javascript:__doPostBack('GridView1','Sort$GroupId')" style="color:Black;">Group ID</a></th><th scope="col"><a href="javascript:__doPostBack('GridView1','Sort$Name')" style="color:Black;">Group Name</a></th><th scope="col"><a href="javascript:__doPostBack('GridView1','Sort$Description')" style="color:Black;">Comment</a></th> </tr><tr class="styletable"> <td> <span class="stylebottom"> <a id="GridView1_ctl02_btnEdit" class="blacktable" href="javascript:__doPostBack('GridView1$ctl02$btnEdit','')">Edit</a> | <a class="blacktable" onclick="javascript:return confirm('Are you sure to delete the group?');" href="?Act=Del&GroupID=1" title="Delete">Delete</a> | <a class="blacktable" href="Admin_GroupRelation.aspx?GroupID=1&GroupName=CompanyAdmin" title="Relation">Relation</a> </span> </td><td>1</td><td>CompanyAdmin</td><td>Common Users</td> </tr><tr class="styletable" style="background-color:#F5F5F8;"> <td> <span class="stylebottom"> <a id="GridView1_ctl03_btnEdit" class="blacktable" href="javascript:__doPostBack('GridView1$ctl03$btnEdit','')">Edit</a> | <a class="blacktable" onclick="javascript:return confirm('Are you sure to delete the group?');" href="?Act=Del&GroupID=2" title="Delete">Delete</a> | <a class="blacktable" href="Admin_GroupRelation.aspx?GroupID=2&GroupName=Users" title="Relation">Relation</a> </span> </td><td>2</td><td>Users</td><td>Company Administrator</td> </tr><tr class="styletable"> <td> <span class="stylebottom"> <a id="GridView1_ctl04_btnEdit" class="blacktable" href="javascript:__doPostBack('GridView1$ctl04$btnEdit','')">Edit</a> | <a class="blacktable" onclick="javascript:return confirm('Are you sure to delete the group?');" href="?Act=Del&GroupID=3" title="Delete">Delete</a> | <a class="blacktable" href="Admin_GroupRelation.aspx?GroupID=3&GroupName=1" title="Relation">Relation</a> </span> </td><td>3</td><td>1</td><td>1</td> </tr><tr class="styletable" style="background-color:#F5F5F8;"> <td> <span class="stylebottom"> <a id="GridView1_ctl05_btnEdit" class="blacktable" href="javascript:__doPostBack('GridView1$ctl05$btnEdit','')">Edit</a> | <a class="blacktable" onclick="javascript:return confirm('Are you sure to delete the group?');" href="?Act=Del&GroupID=4" title="Delete">Delete</a> | <a class="blacktable" href="Admin_GroupRelation.aspx?GroupID=4&GroupName=2" title="Relation">Relation</a> </span> </td><td>4</td><td>2</td><td> </td> </tr><tr class="styletable"> <td> <span class="stylebottom"> <a id="GridView1_ctl06_btnEdit" class="blacktable" href="javascript:__doPostBack('GridView1$ctl06$btnEdit','')">Edit</a> | <a class="blacktable" onclick="javascript:return confirm('Are you sure to delete the group?');" href="?Act=Del&GroupID=5" title="Delete">Delete</a> | <a class="blacktable" href="Admin_GroupRelation.aspx?GroupID=5&GroupName=3" title="Relation">Relation</a> </span> </td><td>5</td><td>3</td><td> </td> </tr><tr class="styletable" style="background-color:#F5F5F8;"> <td> <span class="stylebottom"> <a id="GridView1_ctl07_btnEdit" class="blacktable" href="javascript:__doPostBack('GridView1$ctl07$btnEdit','')">Edit</a> | <a class="blacktable" onclick="javascript:return confirm('Are you sure to delete the group?');" href="?Act=Del&GroupID=6" title="Delete">Delete</a> | <a class="blacktable" href="Admin_GroupRelation.aspx?GroupID=6&GroupName=6" title="Relation">Relation</a> </span> </td><td>6</td><td>6</td><td> </td> </tr><tr class="styletable"> <td> <span class="stylebottom"> <a id="GridView1_ctl08_btnEdit" class="blacktable" href="javascript:__doPostBack('GridView1$ctl08$btnEdit','')">Edit</a> | <a class="blacktable" onclick="javascript:return confirm('Are you sure to delete the group?');" href="?Act=Del&GroupID=7" title="Delete">Delete</a> | <a class="blacktable" href="Admin_GroupRelation.aspx?GroupID=7&GroupName=4" title="Relation">Relation</a> </span> </td><td>7</td><td>4</td><td> </td> </tr><tr class="styletable" style="background-color:#F5F5F8;"> <td> <span class="stylebottom"> <a id="GridView1_ctl09_btnEdit" class="blacktable" href="javascript:__doPostBack('GridView1$ctl09$btnEdit','')">Edit</a> | <a class="blacktable" onclick="javascript:return confirm('Are you sure to delete the group?');" href="?Act=Del&GroupID=8" title="Delete">Delete</a> | <a class="blacktable" href="Admin_GroupRelation.aspx?GroupID=8&GroupName=5" title="Relation">Relation</a> </span> </td><td>8</td><td>5</td><td> </td> </tr><tr class="styletable"> <td> <span class="stylebottom"> <a id="GridView1_ctl10_btnEdit" class="blacktable" href="javascript:__doPostBack('GridView1$ctl10$btnEdit','')">Edit</a> | <a class="blacktable" onclick="javascript:return confirm('Are you sure to delete the group?');" href="?Act=Del&GroupID=9" title="Delete">Delete</a> | <a class="blacktable" href="Admin_GroupRelation.aspx?GroupID=9&GroupName=7" title="Relation">Relation</a> </span> </td><td>9</td><td>7</td><td> </td> </tr><tr class="styletable" style="background-color:#F5F5F8;"> <td> <span class="stylebottom"> <a id="GridView1_ctl11_btnEdit" class="blacktable" href="javascript:__doPostBack('GridView1$ctl11$btnEdit','')">Edit</a> | <a class="blacktable" onclick="javascript:return confirm('Are you sure to delete the group?');" href="?Act=Del&GroupID=10" title="Delete">Delete</a> | <a class="blacktable" href="Admin_GroupRelation.aspx?GroupID=10&GroupName=8" title="Relation">Relation</a> </span> </td><td>10</td><td>8</td><td> </td> </tr><tr> <td colspan="4"> <span class="stylebottom"> Total:<span style="color:red;font-weight:bold;">11</span> Item(s) Page:<span style="color:red;font-weight:bold;">2</span>/<span style="font-weight:bold;">1</span> Each Page <span style="color:red;font-weight:bold;">10</span> Item(s) <a id="GridView1_ctl13_First" class="blacktable" href="javascript:__doPostBack('GridView1$ctl13$First','')">[First]</a> <a id="GridView1_ctl13_Prev" class="blacktable" href="javascript:__doPostBack('GridView1$ctl13$Prev','')">[Prev]</a> <a id="GridView1_ctl13_Next" class="blacktable" href="javascript:__doPostBack('GridView1$ctl13$Next','')">[Next]</a> <a id="GridView1_ctl13_Last" class="blacktable" href="javascript:__doPostBack('GridView1$ctl13$Last','')">[Last]</a> Goto Page <input id="GoToPage" name="GoToPage" style="height:10px;30px;font-size:smaller; font-weight: bold; color: red; text-align: center" class="page" value="1" maxlength="9" /> <input type="submit" name="GridView1$ctl13$Go" value=" Go " id="GridView1_ctl13_Go" class="go" /> </span> </td> </tr> </table> </body> </html>
[Ctrl+A 全选 提示:你可先修改部分代码,再点运行代码]
查看全文
相关阅读:
python3之微信文章爬虫
selenium不提供修改请求headers、获取响应headers的功能
dos/bat/cmd相关知识的三个层面
python处理xml的常用包(lib.xml、ElementTree、lxml)
python列表操作总结
从哪些层面评价编程语言
Windows环境下python多版本配置方案
一个urllib2构建的html下载器的代理组件的实现方案
python-selenium实现的简易下载器,并常见错误解决
python环境配置selenium与IE、Chrome、Firefox、PhantomJS
原文地址:https://www.cnblogs.com/winner/p/609142.html
最新文章
Java多态
Java重写(Override)与重载(Overload)
Java继承
Java Stream、File、IO
Java异常处理
Java方法
Java中的Swap,如何实现?
input输入框修改后自动跳到最后一个字符
设置a 标签打开新窗口新姿势
vue的踩坑路
热门文章
【noip模拟赛4】Matrix67的派对 暴力dfs
古韵之乞巧 题解 dp题
poj 1042 Gone Fishing 贪心
poj1015 Jury Compromise
最长子序列dp poj2479 题解
Opencv-2017-7-18
实验楼 1. k-近邻算法实现手写数字识别系统--《机器学习实战 》
预测与算法
数据挖掘与处理
网址收藏
Copyright © 2011-2022 走看看