随笔分类 - html
摘要:<html><style id="css"> body{font-family:Verdana;font-size:11px;color:#333;} #win{position:absolute;left:100px;top:100px;width:200px;height:150px;border:1px solid #000;} .title{width:100%;background:#000;height:18px;color:#fff;cursor:hand;} </style> <script> var x0=0
阅读全文
摘要:function_getSelectedText(){if(window.getSelection){varsel=window.getSelection();if(sel.rangeCount>0){varrange=sel.getRangeAt(0);returnrange;}}else{varrange=document.selection.createRange();returnrange.text;}}return"";}
阅读全文
摘要:请复制下面的代码,贴到文本里,改成html,就能看到效果,谢谢<!--开始--><HTML><HEAD><TITLE>页面打印效果</TITLE> <BODY><SCRIPT language=VBScript>dim w,t,p,mm,c,mr,dy,tmp,vs:vs=5:dy=1:p=1:mr="<BR><BR><BR>":c="<font color=white><B>|"&mr:Set w =
阅读全文
摘要:<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><head><title></title><style>/*让position:fixed在IE6下可用!*/.fixed-top/*头部固定*/{posi
阅读全文