随笔分类 - Html
摘要:<html><head><title>JS+CSS实现带关闭按钮的DIV弹出窗口</title><script> function locking(){ document.all.ly.style.display="block"; document.all.ly.style.width=docume
阅读全文
摘要:<style> table th { white-space: nowrap; background-color: #f5f5f5; height:30px; font-size:14px; font-weight:lighter; /*细*/ text-align:right ! importan
阅读全文
摘要:<style> table th { white-space: nowrap; } .chk { white-space: nowrap; } </style> <table border="0" cellspacing="1" style="background-color: #a0c6e5; w
阅读全文
摘要:<style type="text/css"> /*所有内容都在这个DIV内*/ div.all { border: 3px solid #FF00FF; width: 80%; /*这个宽度可根据实际需要改变*/ clear: right; } /*表头在这个DIV内*/ div.title {
阅读全文
摘要:<table> <thead> <tr> <th>姓名</th> <th>性别</th> <th>暂住地</th> </tr> </thead> <tbody> <tr class="parent" id="row_01"> <td colspan="3">前台设计组</td> </tr> <tr
阅读全文
摘要:<!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
阅读全文
摘要:<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
阅读全文

浙公网安备 33010602011771号