搜索列表
-
创建无表格网站的原因和原则 译文
【CSS/HTML】In a time of web developers who just like to say that 'Tables are Evil' and can't (or won't) explain why, this article will attempt to give...
创建无表格网站的原因和原则译文 -
WML学习之六 事件
【XML/RSS】事件 WML的事件基本上分为两大类,一类是键盘(包括软硬按钮)输入事件,用<do>标签来处理,另一类是相关页面内部的事件,用<onevent>标签来处理。 <do>的语法如下:<do type="type" label="label" name="name" option...
WML学习之六事件 -
让人不得不佩服的CSS效果
【CSS/HTML】作者:eoe1.寻寻觅觅先要找个到好效果~才能抄如http://www.cssplay.co.uk/ http://www.cssbeauty.com 等都能常常看到今天不小心路过cssplayhttp://www.cssplay.co.uk/ menus/magnifier2.html好像好好玩滴样子自己开起topstyle来试一下建议大家看到好玩的样式~不要急着看他的CSS~没意义2.自己动手~丰衣足食<...
让人不得不佩服的CSS效果 -
XML五则技巧总结
【XML/RSS】技巧1 XmlNode.InnerText与.InnerXml的区别是:前者将内容中的<和>分别变成<和>,因此,希望将两段 XmlDocument 合并的程序只能使用 XmlDocumentFragment.InnerXml = XmlNode.OuterXml 技巧2 /XPath: string end-wit...
XML五则技巧总结 -
Default style sheet for HTML 4
【CSS/HTML】This appendix is informative, not normative. This style sheet describes the typical formatting of all HTML 4 ([HTML4]) elements based on extensive research in...
DefaultstylesheetforHTML4 -
javascript asp教程第十二课---session对象
【ASP编程】Overview: The Session Object is how you track a single user across many pages. It has four (4) properties, two (2) collections, one (1) method, and two (2) events. Get Started: In this series of examples we will create a password system. We will use the Session Object to track whet...
javascriptasp教程第十二课---session对象 -
javascript asp教程第七课--response属性
【ASP编程】Below is a table of Response Properties along with examples and explanations. Response Properties Buffer Response.Buffer = trueAllows for the buffering of output CacheControl Response.CacheControl="Public" Sets Cache to "Public" or "Private" CharSet Response.CharSet="window...
javascriptasp教程第七课--response属性 -
解决列高度自适应(相同)的五种方法
【CSS/HTML】1.背景图填充 这是使用最广泛的一种做法,无hacks,推荐使用: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1...
解决列高度自适应(相同)的五种方法 -
IE 5.x/Win 和模型bug
【CSS/HTML】IEbug IE 5.x/Win 和模型bug 这里是一个width:500px;margin:10px;padding:10px; border:10px;的一个盒子.使用widht(空格)/**/:530px,解决IE5.x系列的盒解析bug,因为IE5.x系列浏览器能读到这句.在IE5.x Win,IE6.0 Win下效果一致.如何使用hack解决IE5.x盒解析bug? #content { width:530px; //这个是错误的width...
IE5.x/Win和模型bug -
收到GOOGLE支票后,该怎么办
【网站运营】我收到支票了,全英文的。下一步该怎么办呀?去哪里换钱呢? 到当地 中国银行 办理“支票托收”业务。 支票的托收手续 从邮递员手中拿到支票后,拿着支票和您的身份证(有的银行可能还需要你的印章)到当地的中国银行(或其它有外币业务的银行)的外币科或外币柜...
收到GOOGLE支票后,该怎么办 -
Meta标签详解
【CSS/HTML】★HTTP-EQUIV HTTP-EQUIV类似于HTTP的头部协议,它回应给浏览器一些有用的信息,以帮助正确和精确地显示网页内容。常用的HTTP-EQUIV类型有: 1、Content-Type和Content-Language (显示字符集的设定) 说明:设定页面使用的字符集,用以说明主页制作所使...
Meta标签详解 -
Cross-Browser Variable Opacity with PNG
【CSS/HTML】Periodically, someone tells me about the magic of PNG, how it's the ideal image format for the web, and that someday we'll all be using it on our sites instead of GIF. People have been saying this for years, and by now most of us have stopped listening. Sadly, flaky browser support h...
Cross-BrowserVariableOpacitywithPNG