摘要: <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 阅读(1766) 评论(0) 推荐(0)