.selector{ font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu }说明:加上中文名“微软雅黑”是为了兼容opera。MicrosoftJhengHei为微软正黑体,STHeiti为华文黑体,MingLiu记得11px下的中文有着不凡的效果。在css中推荐使用中文字体的英文表示法,以下附常见...
<!DOCTYPE html><html><head><meta charset="UTF-8"><title>纯CSS3制作中国联通logo图标样式 - 开优网络</title><style type="text/css">* {margin: 0;padding: 0;}html{font-size: 100%...
var ua = navigator.userAgent.toLowerCase();var isWeixin = ua.indexOf('micromessenger') != -1;var isAndroid = ua.indexOf('android') != -1;var isIos = (ua.indexOf('iphone') != -1) || (ua.indexOf(...
用js可以轻易解决这个问题.把以下文件保存成x.js function ResizeImage(objImage,maxWidth) { try{ if(maxWidth>0){ var objImg = $(objImage); if(objImg.width()>maxWidth){ objImg.width(maxWidth).css("cursor","pointer"...
<html><head><title>JS鼠标拖动翻页切换代码 - 开优网络</title><style type="text/css">html,body{width:100%;height:100%;border:0px;margin:0px;overflow:hidden;}#menu{width:1000px;height:500px;overflo...
大家都知道404是木有找到东西,301是定义转向,但又有几个人知道206或者307呢?本文就给大家列出了各种HTTP状态码的含义,南昌网站建设提供详细说明、适合长期收藏。状态代码状态信息含义100Continue初始的请求已经接受,客户应当继续发送请求的其余部分。(HTTP 1.1新)101Switching Protocols服务器将遵从客户的请求转换到另外一种协议(HTTP 1.1新)200OK一切正常,对GET和POST请求的应答...
一、引用NPOI.dll和Ionic.Zip.dll二、创建DataTableRenderToExcel.cs类 using System;using System.Collections.Generic;using System.Linq;using System.Web;using NPOI;using NPOI.HPSF;using NPOI.HSSF;using NPOI.HSSF.UserModel;using NPOI.PO...
1. 长度限制 <script>function test() {if(document.a.b.value.length>50){alert("不能超过50个字符!");document.a.b.focus();return false;}}</script><form name=a onsubmit="return test()"><text...
<body onclick="out()">搜索:<asp:TextBox ID="txtkey" onkeyup="update();" runat="server"></asp:TextBox><asp:Button ID="btnKey" runat="server" T...
<!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.org/1999/xhtml"> <head>...