Windows UI Table
td{font-size:12px;font-family: Verdana,tahoma}
.winUI
{
margin: 0 auto;
border: solid 1px #d4d0c8;
}
.winUI tr td, .winUI thead td, tfoot td
{
border-left: 1px solid buttonhighlight;
border-top: 1px solid buttonhighlight;
border-bottom: 1px solid buttonshadow;
border-right: 1px solid buttonshadow;
}
.winUI thead td, tfoot td
{
background-color: #ece9d8;
cursor: pointer;
padding: 4px;
font-weight: bold;
}
列标题1
列标题2
列标题3
列标题4
列标题5
test
good
nothing
OK
中文
price
ABC.COM
123.98
¥1023.98
嘿嘿
product
真有意思
2008-11-23
两只老虎
不是吧
a
b
c
d
e
1
2
3
4
5
共 5 行
[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]
推荐阅读
JavaScript无提示关闭窗口(兼容IE/Firefox/Chrome)
在IE7/ Firefox 3.0/ Google Chrome通过测试 CloseDemo.htm 复制代码 代码如下:<script> var browserName=navigator.appName; if (browserName=="Netscape") { function closeme() { window.open('','_parent','')>>>详细阅读
本文标题:一个仿Windows UI的html table,兼容IE和firefox
地址:http://www.17bianji.com/kaifa2/JS/29182.html
1/2 1