随笔分类 -  Html

摘要:<html><head><title>JS+CSS实现带关闭按钮的DIV弹出窗口</title><script> function locking(){ document.all.ly.style.display="block"; document.all.ly.style.width=docume 阅读全文
posted @ 2017-09-20 18:50 Debugs 阅读(1340) 评论(0) 推荐(0)
摘要:<style> table th { white-space: nowrap; background-color: #f5f5f5; height:30px; font-size:14px; font-weight:lighter; /*细*/ text-align:right ! importan 阅读全文
posted @ 2016-12-14 13:57 Debugs 阅读(590) 评论(0) 推荐(0)
摘要:<style> table th { white-space: nowrap; } .chk { white-space: nowrap; } </style> <table border="0" cellspacing="1" style="background-color: #a0c6e5; w 阅读全文
posted @ 2016-12-14 11:11 Debugs 阅读(163) 评论(0) 推荐(0)
摘要:<style type="text/css"> /*所有内容都在这个DIV内*/ div.all { border: 3px solid #FF00FF; width: 80%; /*这个宽度可根据实际需要改变*/ clear: right; } /*表头在这个DIV内*/ div.title { 阅读全文
posted @ 2016-12-14 11:09 Debugs 阅读(1765) 评论(0) 推荐(0)
摘要:<table> <thead> <tr> <th>姓名</th> <th>性别</th> <th>暂住地</th> </tr> </thead> <tbody> <tr class="parent" id="row_01"> <td colspan="3">前台设计组</td> </tr> <tr 阅读全文
posted @ 2016-10-27 11:47 Debugs 阅读(3866) 评论(0) 推荐(0)
摘要:<!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.or 阅读全文
posted @ 2016-10-27 11:17 Debugs 阅读(258) 评论(0) 推荐(0)
摘要:<table id="tab" border="1" width="60%" align="center" style="margin-top:20px"> <tr> <td width="20%">序</td> <td >标题</td> <td >描述</td> <td >操作</td> </tr 阅读全文
posted @ 2016-10-27 11:09 Debugs 阅读(1633) 评论(0) 推荐(0)